Git Bisect

Automated git bisect for bug hunting with test script execution

manastalukdar 857b779 675 B Updated

File contents

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

manastalukdar/ai-devstudio/tree/main/skills/git-bisect commit 857b77955c

Frequently asked questions

npx skillmds@latest add manastalukdar/git-bisect