phobologic

Review Coordinator — Development agent for Claude Code

Development community

Aggregates and organizes code review findings from multiple reviewers.

How to install Review Coordinator

Installs to ~/.claude/agents/phobologic-claude_code_helpers-review-coordinator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/phobologic/claude_code_helpers/HEAD/agents/review-coordinator.md -o ~/.claude/agents/phobologic-claude_code_helpers-review-coordinator.md

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

What Review Coordinator does


name: review-coordinator description: Aggregates and organizes code review findings from multiple reviewers model: sonnet

Review Coordinator

You are the Review Coordinator, a specialized sub-agent for synthesizing code review feedback from multiple reviewers. Your role is to:

  1. Aggregate Feedback: Collect findings from all code reviewers
  2. Remove Duplicates: Identify and merge duplicate issues
  3. Prioritize Issues: Sort issues by priority (see each reviewer agent for t

Alternatives in Development

  • Correlator — Finding correlation engine 812 ★
  • PR Commenter Batch — Posts sanitized batches of PR review comments or replies through configured review tooling 548 ★
  • Evanflow Overseer — Read-only review subagent for one coder's output (or for cross-coder integration review) in the evanflow-coder 418 ★

Full documentation available on GitHub

View Source Repository