Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/cirwel/unitares/closeoutgit clone --depth 1 https://github.com/cirwel/unitaresWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/cirwel/unitares/closeout)<a href="https://agentmods.dev/commands/cirwel/unitares/closeout"><img src="https://agentmods.dev/badge/commands/cirwel/unitares/closeout.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00009 | $0.00970 |
| Opus 5 | $0.00005 | $0.00485 |
| Sonnet 5 | $0.00002 | $0.00194 |
| Haiku 4.5 | $0.00001 | $0.00097 |
Grade A, and why
closeout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use this before saying work is done, especially after edits, test runs, local servers, BEAM residents, or any cleanup request from the operator.
First run a non-mutating check:
python3 scripts/dev/workspace_closeout.pypython3 scripts/dev/workspace_closeout.py --branch-hygienewhen branch or worktree cleanup is part of the question
This uses .unitares/workspace-closeout-baseline.json when present. The
baseline is written by /governance-start through workspace_closeout.py --start-check; it lets the closeout check ignore resident/control-plane
processes that already existed before the agent began work and focus on newly
started repo-rooted processes.
Report:
- whether git is clean
- the
delivery:line, including whether work is local-only, unpushed, pushed-but-not-proven-merged, or synced with default upstream - any staged, unstaged, or untracked files
- any repo-rooted processes still running
- whether a remaining process is managed by a LaunchAgent label
- the
branch hygiene:line when requested, including cleanup candidates, safe deletions performed, held branches, and sweep errors
If work should be delivered instead of left local, stage the intentional files and use the ship helper:
- When the operator asks to ship, finish, deliver, open a PR, or otherwise complete a delivery workflow, treat the default draft-PR route as authorized; do not ask for a second confirmation just to push or open the draft PR.
./scripts/dev/ship.sh --plan "commit message"previews the delivery route./scripts/dev/ship.sh "commit message"is the default route: a draft PR for every change, perdocs/operations/github-workflow-conventions.md(the operator is the merge gate). Runtime/detached work mints a fresh agent-prefixed branch; non-runtime work on a named branch opens the draft PR on that branch./scripts/dev/ship.sh --direct "commit message"opts out for docs/tests-only pushes where you knowingly skip the PR./scripts/dev/ship.sh --auto-merge "commit message"opts into auto-merge-on-green; use only when the operator explicitly asks, not by default
If the operator asked to clean the workspace, or if you are finishing a task whose intended work is already committed/stashed, run:
python3 scripts/dev/workspace_closeout.py --stash-dirty --stop-repo-processes --bootout-launch-agents --branch-hygiene-live
--branch-hygiene-live reuses the Vigil branch-hygiene safety contract in
docs/operations/branch-hygiene-runbook.md: patch-equivalent or empty stale
branches may be pruned, clean stale worktrees may be removed, and branches with
unique commits, dirty worktrees, or a protected checkout are held for review
instead of deleted.
Rules:
- Do not stash or terminate processes merely because the script found issues unless the operator asked for cleanup or the intended work is already safely committed/stashed.
- If there are staged changes, decide whether to commit, unstage, or stash before final response; do not leave them ambiguous.
- If
deliveryislocal_changes, say plainly: not committed, not pushed, not merged. If the changes are intentional, name the ship command that would move them to a branch or draft PR. - If
deliveryisunpushed_commits, say plainly: committed locally but not pushed or merged. - If the checkout is detached, do not direct-push. Use
ship.sh --draft-pror create a named branch first. - If
deliveryispushed_branch, do not claim merge completion unless you also checked GitHub PR state explicitly. - If the operator asks "merged?", answer directly from delivery state and any GitHub check performed.
- If there are unrelated dirty files, preserve them in a labeled stash rather than reverting them.
- Stop only processes rooted inside the current workspace. Do not stop services rooted in sibling deploy repos unless the operator explicitly asks.
- Treat branch hygiene holds as cleanup findings, not green lights. Report the branch names and either salvage them or leave them for a follow-up cleanup agent.
- Include the stash name, commit hash, and stopped LaunchAgent labels in the final response.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 85 lines · 9 tokens per session scan A 4b25fe7752c4
closeout is a command published in the GitHub repository cirwel/unitares (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 9 tokens to every session and 970 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
speckit.tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
coder-eval-implement-plan
Implement an approved codereval plan phase by phase with risk-scaled per-phase review, then a final code review.
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.
self-improve
This compatibility command keeps /oh-my-claudecode:self-improve available without loading the full self-improve skill description in every Claude Code session.
wiki
This compatibility command keeps /oh-my-claudecode:wiki available without loading the full wiki skill description in every Claude Code session.