Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Find the exact commit that introduced a bug. Use when something worked before and broke, and you don't know which change did it.
.claude/skills/archive228-bisect-regression/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-17 | ✓→✗ | ▼ Worse | 4% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -55% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -40% | 0% |
git bisect start; git bisect bad <bad>; git bisect good <good>.git bisect good/bad.git bisect reset. Report: the commit, the line, the one-sentence cause.Automate it: git bisect run ./repro.sh if you have a script that exits non-zero on the bug.
Other measured skills in the registry, with their headline benchmark lift.