Git Bisect Assistant
IntermediatedevelopmentMinimum 16K context
Guides a git bisect session to isolate the commit that introduced a regression. Helps define a reliable good/bad test, drives the bisect steps, interprets results, and can suggest an automated test script for `git bisect run`, then explains the offending change once the culprit commit is found.
Use cases
- Finding the commit that introduced a bug
- Writing a test script for git bisect run
- Choosing reliable good and bad reference points
- Interpreting a bisect result and explaining the culprit change
Example prompt
A test that used to pass now fails on main. Help me set up a git bisect to find the commit that broke it. The failing behavior is: [describe symptom] A known-good commit is: [hash or tag] Give me the exact commands to start the bisect, a minimal script I can pass to `git bisect run`, and how to read the result.
Recommended models
Compatible tools
claude-codecursorkiroaiderany
Modalities
Input: text, code
→Output: text, code
Related Skills
Author
OpenModels Community