What problem does it solve? AI agents and developers often declare tasks done, bugs fixed, or tests passing without actually running the verification commands, leading to broken code, lost trust, and wasted rework. This Skill enforces an evidence-first discipline so no completion claim is made without fresh command output. ## Core Features & Use Cases - The Iron Law: Blocks any success claim unless the verification command was run in the current message and its output confirms the claim. - Gate Function Workflow: A five-step process (identify command, run it fully, read output and exit code, verify against the claim, then report) applied before commits, PRs, or task handoffs. - Rationalization Prevention: Tables of common excuses ("should work", "linter passed", "agent said success") mapped to the required evidence, plus red-green regression test verification. - Use Case: Before committing a bug fix, run the test suite, confirm 0 failures in the output, and only then state "all tests pass" with the evidence attached. ## Quick Start Before you claim this task is complete, apply the verification-before-completion gate: run the full test or build command, read the output, and report the result with evidence.