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 skills add 3xachris/3xa-harness --skill honest-closeoutgit clone --depth 1 https://github.com/3xachris/3xa-harnessWrote 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/skills/3xachris/3xa-harness/honest-closeout)<a href="https://agentmods.dev/skills/3xachris/3xa-harness/honest-closeout"><img src="https://agentmods.dev/badge/skills/3xachris/3xa-harness/honest-closeout/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/3xachris/3xa-harness/honest-closeout"><img src="https://agentmods.dev/badge/skills/3xachris/3xa-harness/honest-closeout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 54 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.1 | $0.00085 | $0.03087 |
| Opus 5 | $0.00043 | $0.01543 |
| Sonnet 5 | $0.00017 | $0.00617 |
| Haiku 4.5 | $0.00009 | $0.00309 |
Grade A, and why
honest-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 12d 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 — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Honest Closeout
A closeout is read by someone deciding whether to trust the work without redoing it, and that decision runs on evidence — a path they can open, a number they can compare, a command they can re-run. Claims that arrive without evidence make the reviewer redo the work, which is the cost the report existed to save.
A result that failed, closed out with its full trail, is a good closeout: the trail is the deliverable in that case.
1. Reporting vocabulary
This is where the pack's reporting conventions are defined; other skills point here rather than restate them.
-
Status first. Every message to the human opens with one word from a fixed set, so the state of the task is readable before the second word:
Word The task is WORKINGrunning; nothing needed from you GATE-HOLDstopped at a review gate, waiting on your judgment STOPPEDstopped short — the two-strike rule handed the next move back to you DONEevery acceptance line passed with evidence and the report records independent functional verification outside the work's control CLOSED-FAILEDevery acceptance line has evidence or a recorded blocking reason, but the target was not achieved Choose from these five. Use
DONEwhen every acceptance line passed and the report records at least one independent functional verification outside the work's control: a rerun in an environment this task does not control, an independent test process, an integration or contract check, or a post-deployment smoke test. Artifact hashes and environment-and-commit identity belong in a separate integrity-and-identity record: they establish which bytes and execution context were reviewed, not whether the result is functionally correct, and they never satisfy theDONEverification requirement. If all four functional verification forms are unavailable, report why each form is unavailable and useCLOSED-FAILEDrather thanDONE. UseCLOSED-FAILEDwhen the trail is complete but the target was not achieved, andSTOPPEDwhen the two-strike rule ends the run. A state that fits none of them isSTOPPED, with the reason on the next line. -
The wait token. A message that needs the human to act ends with one fixed token alone on the final line —
WAITING_FOR_HUMAN. It is reserved for exactly that case, which is what keeps it meaning something when it appears. -
Codes for state, sentences for claims. The status word and the wait token compress state — what this task is doing right now — and compression suits state, because it has a fixed set of values and gets read on every message. A claim about the world is the opposite case: this dependency is unmaintained, that bug is fixed, the upstream project has a design flaw. Claims go in full sentences in the report body, however long the sentence needs to be. Compressed into a field —
severity: high,A1: read-side absent— a claim loses the one property a reviewer reads it for: how much it is asserting. A reader can tell that "the upstream project has a structural hole" deserves a second look before anyone acts on it; nobody can tell that from a severity value. The audacity of a claim lives in its wording, and the wording is exactly what a code throws away. -
[UNVERIFIED]marks the unchecked. Version numbers, licence terms, quota limits, "this is fixed" — anything not confirmed at its source this session carries the tag inline, so a reviewer can tell a checked statement from a confident one. -
Classification tags mark what a fix actually was.
root-fix,patch,workaroundfor what kind of change it was;one-shot,recurringfor how often it has to run to keep working. Defined in full at §2, item 2, because they attach to acceptance lines the same way evidence does.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 124 lines · 85 tokens per session scan A b807fdacb6f7
honest-closeout is a skill published in the GitHub repository 3xachris/3xa-harness (17 stars, last pushed 12d ago), licensed MIT. It adds 85 tokens to every session and 3,087 once invoked, about $0.0004 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-30.
Other skills, from other repositories
at-zentao
Handle ZenTao (禅道) Bugs and Tasks end to end, including updating or writing back an item after code changes, managing Task status and hours, and reading linked Stories. Use for referenced ZenTao items, requirements, status changes, time entries, or post-implementation synchronization.
bootstrap
Bootstrap a greenfield project with parent-owned interviews and bounded plan, revision, and apply actions.
blueprint
Guided parent-owned project charter and PRD interviews with durable artifact-only resume.
build-fast
Quick-iteration development for small/medium scope changes with persistent artifacts and optional review.
speedrun
Interactive speedrun loop for small, low-risk changes. Delegates each request to a general sub-agent. Redirects larger work to /build-fast or /build.
arcade-collab
Structured guidance for agents to read, classify, and act on user feedback (annotations and direct file edits) from the Arcade.