Bisect

Use when hunting a regression, phrases like "bisect", "find the commit that broke X", "this used to work", "regression in test Y", "when did <symptom> start". Also use when escalated from ci-debug-loop because log analysis can't pinpoint the offending change, or when a previously-passing test/build/behavior is now failing and the cause isn't obvious from the recent diff. Drives `git bisect run` against a user-provided reproducer command, isolates the offending commit, and reports it with diff and metadata. Does not auto-fix.

paultyng 9abc950 8.5 KB Updated

File contents

paultyng/skill-issue/tree/main/skills/bisect commit 9abc950bcd

Frequently asked questions

npx skillmds@latest add paultyng/bisect