What problem does it solve? AI agents and developers often claim work is complete, tests pass, or bugs are fixed without actually running verification commands, leading to broken builds, shipped defects, and lost trust. This Skill enforces an evidence-first discipline so no success claim is made without fresh command output. ## Core Features & Use Cases - Verification Gate: A five-step gate function (identify, run, read, verify, claim) that must be completed before any completion statement. - Claim-to-Evidence Mapping: A table mapping common claims (tests pass, build succeeds, bug fixed) to the exact command output required to support them. - Rationalization Blocking: Red-flag phrases and excuse patterns ("should work", "just this once", "agent said success") that trigger mandatory re-verification. - Use Case: Before committing a bug fix, run the test suite, confirm zero failures in the output, and only then state that the fix works, citing the evidence. ## Quick Start Before claiming any task is done, run the relevant verification command and report the actual output alongside your claim.