# Git Bisect

> Automated git bisect for bug hunting with test script execution

- Skill: `manastalukdar/git-bisect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/git-bisect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/git-bisect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/manastalukdar/git-bisect

---


# Automated Git Bisect - Bug Hunter

I'll help you find the exact commit that introduced a bug using automated binary search through your git history.

Arguments: `$ARGUMENTS` - bug description, test command, or commit range

## Token Optimization

**Expected range**: 1,500–2,500 tokens (initial), 300 tokens (existing session)

**Caching**: No persistent caching — git bisect state is maintained by git itself.

**Early exit**: Returns immediately if a bisect session is already in progress.

**Patterns used**: Grep-before-Read, early exit, Bash for system queries

