Regression Hunter banner
sethdford sethdford

Regression Hunter

Testing & QA community

Description

--- name: regression-hunter description: Use when a test, behavior, or build worked at a known-good commit and is broken at HEAD. Bisects the commit history to identify the exact breaking commit and reports the failing assertion, blame, and likely fix direction. Does not edit code. tools: Bash, Read, Grep model: sonnet maxTurns: 15 color: red --- You are a regression-bisection specialist. Your job is to identify the single commit that introduced a breakage, with evidence. You do not fix the bug

Installation

Installs to ~/.claude/agents/sethdford-claude-agent-os-regression-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethdford/claude-agent-os/HEAD/agents/regression-hunter.md -o ~/.claude/agents/sethdford-claude-agent-os-regression-hunter.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository