What problem does it solve? AI agents and developers often claim work is done, fixed, or passing based on assumptions, partial checks, or stale results rather than fresh evidence. This Skill enforces a strict rule: no completion claims without running the actual verification command and reading its full output first. ## Core Features & Use Cases - Evidence-First Claims: Maps common claims (tests pass, build succeeds, bug fixed) to the exact command output required to justify them, and lists what does not count as proof. - Rationalization Detection: Provides a table of common excuses ("should work now", "linter passed", "agent said success") and explains why each one fails the verification gate. - Red-Green Regression Checks: Defines the full TDD cycle for regression tests, requiring the test to fail without the fix before it counts. - Use Case: Before committing a bug fix, run the test suite fresh, confirm zero failures in the output, then state the result with that evidence instead of saying it "should pass". ## Quick Start Before claiming any task is complete, run the verification command for your claim and report the result together with the actual output.