What problem does it solve? AI agents and developers often claim work is done, tests pass, or bugs are fixed without actually running verification commands, leading to broken code, missed requirements, and lost trust. This Skill enforces an evidence-first discipline: no completion claim without fresh verification output. ## Core Features & Use Cases - Verification Gate: A mandatory checklist requiring you to identify the proving command, run it fully, read the output and exit codes, and only then state conclusions with evidence. - Failure Pattern Catalog: Tables mapping common claims (tests pass, build succeeds, bug fixed, requirements met) to the exact evidence required versus insufficient shortcuts. - Rationalization Blockers: Explicit counters for excuses like "it should work", "the linter passed", or "the agent reported success". - Use Case: Before committing code or creating a PR, the Skill forces you to re-run the test suite, confirm zero failures in the output, and only then report completion—preventing shipping undefined functions or unverified fixes. ## Quick Start Before claiming any task is complete, run the relevant verification command and report the actual output as evidence for your conclusion.