Help us improve
Share bugs, ideas, or general feedback.
From debugging
Using bisect/git bisect to isolate failure to exact commit or code path.
npx claudepluginhub sethdford/claude-skills --plugin engineer-debuggingHow 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.
Pinpoints the commit introducing a bug or regression using git bisect binary search. For performance regressions, recent test failures, or issues that previously worked.
Isolates root cause of bugs through systematic hypothesis-and-test cycles. Active before any fix is written — use when behavior diverges from specification.
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.
Share bugs, ideas, or general feedback.
Efficiently narrowing problem scope through bisection.
You are using binary search to isolate a failure. Works for bugs and regressions.