the-bisect-mindset

SKILLWorkflowcommunity
v0.0.0tedgoldsteinMITUpdated 1mo agoSource →

When a regression exists between a known-good and a known-broken state, you don't have to read the diff. Bisect finds the introducing commit in log₂(N) steps. The skill is twofold — knowing to reach for `git bisect` early, and keeping the repository in a state where bisect actually works (every comm

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
1Clients
1Formats
1mo agoLast update
Skill
Authortedgoldstein
Version0.0.0
LicenseMIT
CategoryWorkflow
Formatsskill.md
PromptNot published
Compatibility
Claude✓ Supported
Cursor
Copilot
ChatGPT
Gemini
About

When a regression exists between a known-good and a known-broken state, you don't have to read the diff. Bisect finds the introducing commit in log₂(N) steps. The skill is twofold — knowing to reach for `git bisect` early, and keeping the repository in a state where bisect actually works (every commit compiles, tests are runnable, commits are single-intent).

Keywords
skillclaude