From debugging
Using bisect/git bisect to isolate failure to exact commit or code path.
How this skill is triggered — by the user, by Claude, or both
Slash command
/debugging:binary-search-debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Efficiently narrowing problem scope through bisection.
Efficiently narrowing problem scope through bisection.
You are using binary search to isolate a failure. Works for bugs and regressions.
npx claudepluginhub sethdford/claude-skills --plugin engineer-debuggingPinpoints the commit introducing a bug or regression using git bisect binary search. For performance regressions, recent test failures, or issues that previously worked.
Use git bisect to binary-search commit history and identify the exact commit that introduced a regression.
Automates git bisect to pinpoint the commit introducing a regression by running tests during binary search, showing diff and blame info, and generating analysis reports.