What problem does it solve? Claimed fixes are often asserted without evidence: the regression test never failed before the patch, the repro was only run on the patched tree, or the failure was environmental. This Skill proves whether a patch actually fixes its claimed reproduction by running the same repro twice on the same environment. ## Core Features & Use Cases - Before/After Verification: Runs the identical repro on the base commit and on the patched tree, quoting commands, outputs, and exit codes verbatim. - Regression Test Judgment: Runs any test added by the patch on the base commit to confirm it actually fails there and covers the bug. - Neighbour Test Checks: Runs the tests owned by the changed files so the fix is not trading one failure for another. - Use Case: A reviewer is asked to confirm a PR fixes a reported crash. The Skill checks out the base commit, reproduces the crash, applies the patch, reruns the repro, and issues a dated verdict of verified, not verified, or blocked. ## Quick Start Ask the agent to verify whether the attached patch fixes the reproduction steps from the bug report and to report the before and after results.