What problem does it solve? AI agents and developers often claim work is done, tests pass, or bugs are fixed based on assumptions, partial checks, or stale results rather than fresh evidence. This Skill eliminates premature success claims by requiring actual command output before any completion statement. ## Core Features & Use Cases - Evidence Gate: A five-step gate function (identify, run, read, verify, claim) that must be completed before any success assertion. - Claim-to-Evidence Mapping: A table defining what proof each common claim requires, such as test output for "tests pass" or exit code 0 for "build succeeds". - Rationalization Prevention: Counters common excuses like "should work now" or "linter passed" with the requirement to run the actual verification. - Use Case: Before committing a bug fix, the agent runs the test suite fresh, confirms zero failures in the output, and only then reports the fix as verified with the evidence attached. ## Quick Start Before claiming any task is complete or creating a pull request, run the full verification command and confirm its output proves the claim.