What problem does it solve? It prevents premature or unsupported claims that code is fixed, passing, reviewed, or verified by requiring fresh command output, exit statuses, and artifact inspection before any completion claim is made. ## Core Features & Use Cases - Evidence Gate: A five-step gate that maps each claim (tests pass, lint clean, bug fixed, build works) to the exact command output or artifact required to prove it. - Measurement Discipline: Rules for designing probes that can distinguish outcomes, detecting stalled background jobs via CPU time, and avoiding wrapper exit-status traps in shell pipelines. - Correctness Certification: Guidance for validating numerical results against independent references, timing comparisons with interleaved best-of-N runs, and grading load-bearing facts from asserted to executed. - Use Case: Before telling a stakeholder that a bug fix is done, run the regression test fresh, read the full output including exit status, and report the actual result with evidence. ## Quick Start Before claiming any development task is complete, fixed, or verified, apply this skill to run the proving command fresh and report the actual evidence.