git-bisector

Community

Finds the exact bug introduction with git bisect.

AuthorMGriot
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Git Bisector identifies the first commit that introduced a bug by performing a guided binary search over git history, significantly reducing the time to locate regressions.

Core Features & Use Cases

  • Binary search across commits to isolate the first bad commit.
  • Supports both manual and automated bisect workflows with clear preparation and cleanup steps.
  • Useful for debugging regressions in any git-managed project by providing reproducible steps and commands.

Quick Start

To begin a bisect session:

  • git bisect start
  • git bisect bad
  • git bisect good <commit> To automate the process:
  • git bisect run <script> When finished, reset to the original state:
  • git bisect reset

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-bisector
Download link: https://github.com/MGriot/.gemini/archive/main.zip#git-bisector

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.