honest-closeout

honest-closeout is a skill for Claude Code from 3xachris/3xa-harness. It costs 85 tokens per session (3,087 once invoked), scanned A, original, MIT.

A reporting method for closing development tasks with evidence for every acceptance point, or a recorded reason why it could not be completed. It also records corrections, stopped processes, and the exact final report message.

In plain words
What is it for?
Use it when finishing a task, documenting failed work, handing over a review, or showing that tests and background processes were properly checked.
Why use it?
It lets a reviewer verify the result without repeating the entire investigation or guessing what remains unresolved.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the harness-core plugin — 5 skills shipped together , and of harness-core

Good fit Use it when finishing a task, documenting failed work, handing over a review, or showing that tests and background processes were properly checked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/3xachris/3xa-harness/honest-closeout
Install

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.

Any agent
npx skills add 3xachris/3xa-harness --skill honest-closeout
Clone the repo
git clone --depth 1 https://github.com/3xachris/3xa-harness

Made for: Claude Code.

Or install harness-core, the plugin that ships this one along with the rest of its 5 skills.

Wrote 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.

agentmods badge for honest-closeout

README.md
[![agentmods](https://agentmods.dev/badge/skills/3xachris/3xa-harness/honest-closeout/github.svg)](https://agentmods.dev/skills/3xachris/3xa-harness/honest-closeout)
Your own site
<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.

agentmods 80×15 button for honest-closeout

Your own site · 80×15
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,087 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash b807fdacb6f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/core/honest-closeout/SKILL.md · 124 lines

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
    WORKING running; nothing needed from you
    GATE-HOLD stopped at a review gate, waiting on your judgment
    STOPPED stopped short — the two-strike rule handed the next move back to you
    DONE every acceptance line passed with evidence and the report records independent functional verification outside the work's control
    CLOSED-FAILED every acceptance line has evidence or a recorded blocking reason, but the target was not achieved

    Choose from these five. Use DONE when 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 the DONE verification requirement. If all four functional verification forms are unavailable, report why each form is unavailable and use CLOSED-FAILED rather than DONE. Use CLOSED-FAILED when the trail is complete but the target was not achieved, and STOPPED when the two-strike rule ends the run. A state that fits none of them is STOPPED, 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, workaround for what kind of change it was; one-shot, recurring for 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.

Read the full file on GitHub · 124 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 124 lines · 85 tokens per session scan A b807fdacb6f7

Subscribe to this mod's changes

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.