Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use before claiming work is complete, fixed, or passing — before committing, opening a PR, or handing off. Requires running the verification command in THIS turn and reading its output before any success claim.
.claude/skills/archive228-verification-before-completion/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 53% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 44% | 0% |
| case-22 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-17 | ✓→✗ | ▼ Worse | -23% | 0% |
Claiming work done without fresh verification is dishonesty, not efficiency. adversarial-verify is the what; this skill is the when — the gate you pass through right before any completion claim.
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCEIf you have not run the verification command in this message, you cannot claim it passes. Not "should", not "probably", not "based on the diff".
Before writing "done" / "fixed" / "green" / "ready to merge" — even in your own head:
Skip any step = you are lying to the user, not verifying.
| Claim | Requires | Not sufficient | |---|---|---| | Tests pass | Fresh test run, exit 0, 0 failures | "should pass", previous run, "logic looks right" | | Linter clean | Linter output, 0 errors | Partial check, extrapolating from unrelated files | | Build succeeds | Build command, exit 0 | Linter passing, editor squiggles gone | | Bug fixed | Reproduce original symptom, watch it not happen | Code changed, "assumed" fixed | | Regression test works | Red → green cycle verified (revert fix, watch test fail, restore, watch pass) | Test passes once | | Agent/subagent completed | Read the VCS diff, verify claimed changes exist | Agent's own "success" report | | Spec satisfied | Line-by-line checklist against the plan | "Tests pass, phase complete" |
| Excuse | Reality | |---|---| | "Should work now" | RUN it. | | "I'm confident" | Confidence ≠ evidence. | | "Linter passed" | Linter ≠ compiler ≠ tests. | | "The agent said success" | Read the diff yourself. | | "Partial check is enough" | Partial proves nothing about the whole. | | "Different words, so rule doesn't apply" | Spirit over letter. |
Tests
34/34 pass. Then say "all tests pass".Regression tests (real red-green)
Build
Agent delegation
Always, before:
adversarial-verify — the 11 shortcuts agents take to fake "done"; run through the list, then run through this gate.clean-commits — clean commits require verified content.verifier subagent — dispatch it; then verify its report against the diff (per the "Agent delegation" pattern above).Run the command. Read the output. THEN claim the result. Non-negotiable.
Other measured skills in the registry, with their headline benchmark lift.