What problem does it solve? AI agents and developers often claim work is done, tests pass, or bugs are fixed 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 - Verification Gate: A mandatory five-step gate (identify, run, read, verify, claim) that must be completed before any success statement, commit, or PR. - Failure Pattern Catalog: Tables mapping common claims (tests pass, build succeeds, bug fixed) to the exact evidence required, plus red-flag phrases like "should work" that trigger a stop. - Rationalization Prevention: Counters common excuses such as trusting agent success reports, relying on linter output, or skipping checks "just this once". - Use Case: Before committing a bug fix, the agent runs the full test suite, confirms zero failures in the output, and only then reports the fix as verified with the evidence attached. ## Quick Start Ask the agent to verify the fix by running the full test suite and showing the output before claiming the work is complete.