Bisect Driver

Automates git bisect to find the commit that introduced a behavior change: give a known-good ref, a bad ref (default HEAD), and a repro command; drives `git bisect run`, parses the first-bad commit, ALWAYS resets bisect state. Refuses up front on a dirty tree or in-progress bisect. Use when: "bisect this", "which commit broke X", "when did this test start failing", "regression blame". Zero deps.

Evan-Daruwalla fd5b7e2 2 files · 32.2 KB Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/bisect-driver commit fd5b7e22ae

Frequently asked questions

npx skillmds@latest add evan-daruwalla/bisect-driver