the-bisect-mindset

SKILLWorkflowCommunity
v0.0.0tedgoldsteinMITAktualisiert vor 1 Mon.Quelle →

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
1Formate
vor 1 Mon.Letzte Aktualisierung
Skill
Autortedgoldstein
Version0.0.0
LizenzMIT
KategorieWorkflow
Formateskill.md
PromptNicht veröffentlicht
Kompatibilität
Claude✓ Unterstützt
Cursor
Copilot
ChatGPT
Gemini
Über

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).

Schlagwörter
skillclaude