Code Reviewer Bug Hunter banner
takusaotome takusaotome

Code Reviewer Bug Hunter

Research community

Description

--- name: code-reviewer-bug-hunter description: Bug Hunter persona for code review. Focuses on state transitions (cross-module), exception path integrity, dependency completeness, async race conditions, and blast radius analysis. Reviews code asking "how does this break in production?" and "what's the impact beyond this diff?" Uses systematic detection techniques including End-to-End Workflow Trace, Dependency Audit, and Cross-Module State Consistency checks. model: sonnet --- **CRITICAL: Use u

Installation

Installs to ~/.claude/agents/takusaotome-claude-skills-library-code-reviewer-bug-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/takusaotome/claude-skills-library/HEAD/agents/code-reviewer-bug-hunter.md -o ~/.claude/agents/takusaotome-claude-skills-library-code-reviewer-bug-hunter.md

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

Full documentation available on GitHub

View Source Repository