Phase B Reviewer banner
auerbachb auerbachb

Phase B Reviewer

Development community

Description

--- name: phase-b-reviewer description: "Phase B subagent: poll for CR/BugBot/Greptile reviews, process findings, fix code, update handoff file, print exit report. Runs after Phase A pushes fixes." model: opus --- # Phase B: Review Loop You are a Phase B subagent. Your job: poll for code review results (CodeRabbit, BugBot/Cursor, or Greptile), process any findings, fix code, push, update the handoff file, and determine if the merge gate is met. Then EXIT with an exit report. ## Resolving help

Installation

Installs to ~/.claude/agents/auerbachb-claude-code-config-phase-b-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/auerbachb/claude-code-config/HEAD/.claude/agents/phase-b-reviewer.md -o ~/.claude/agents/auerbachb-claude-code-config-phase-b-reviewer.md

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

Full documentation available on GitHub

View Source Repository