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 commits and false status reports. This Skill enforces an evidence-before-claims discipline so no completion statement is made without fresh command output. ## Core Features & Use Cases - Verification Gate: Requires identifying, running, and reading the full output of the proving command before any success claim, commit, push, or PR creation. - Rationalization Prevention: Lists common excuses ("should work", "linter passed", "agent said success") and the red-flag phrases that signal an unverified claim. - Workflow Integration: Coordinates with beads step tracking (claiming and closing the verify step, gating on smoke-test-approved) and hands off to code review and branch-finishing skills. - Use Case: Before running git commit after a bug fix, the agent reruns the full test suite, confirms zero failures, verifies the red-green regression cycle, and only then reports the fix as complete. ## Quick Start Ask the agent to verify the fix by running the full test suite and confirming zero failures before claiming the work is complete.