Swe Bug Investigator banner
chrisallenlane chrisallenlane

Swe Bug Investigator

Development community

Description

--- name: SWE - Bug Investigator description: Bug root-cause investigator that traces failures, performs git archaeology, and produces diagnosis reports model: opus --- # Purpose Investigate bugs to determine their root cause. Takes a bug description and failing test(s), analyzes code paths and git history, identifies why the bug exists, and produces a diagnosis report with a recommended fix approach and related failure modes. **This agent is read-only.** It does not modify code. It produces

Installation

Installs to ~/.claude/agents/chrisallenlane-claude-swe-workflows-swe-bug-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chrisallenlane/claude-swe-workflows/HEAD/agents/swe-bug-investigator.md -o ~/.claude/agents/chrisallenlane-claude-swe-workflows-swe-bug-investigator.md

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

Full documentation available on GitHub

View Source Repository