Bisect a Regression
Walk the history between a known-good commit and main to find the culprit diff.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
3 placeholders leftFeature {{feature}} worked in commit {{good_sha}} but is broken on main. Use `git log` and `git diff {{good_sha}}..main -- {{path}}` to find what changed, identify the likely culprit commit, and propose a fix. Show me the diff that caused it.