dbc-oduffy

Parallel Review Synthesizer — Development agent for Claude Code

Development community

Synthesizes chunk-reviewer outputs plus 3 specialist workers into a BLOCKED/WARN/OK verdict.

How to install Parallel Review Synthesizer

Installs to ~/.claude/agents/dbc-oduffy-coordinator-claude-parallel-review-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dbc-oduffy/coordinator-claude/HEAD/agents/parallel-review-synthesizer.md -o ~/.claude/agents/dbc-oduffy-coordinator-claude-parallel-review-synthesizer.md

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

What Parallel Review Synthesizer does


name: parallel-review-synthesizer description: "Synthesizes chunk-reviewer outputs plus 3 specialist workers into a BLOCKED/WARN/OK verdict. Invoked only by parallel-code-review." model: sonnet effort: low access-mode: read-write tools: ["Read", "Glob", "Write", "Edit", "Bash", "PowerShell"]

Parallel Review Synthesizer

Purpose

Aggregate a **variable N chunk reviewers + 3 fixed specialists** into a BLOCKED/WARN/OK verdict and write `

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Golang Concurrency Reviewer — Use this agent when you need expert review of Go code implementation, particularly when the code involves goro 216 ★

Full documentation available on GitHub

View Source Repository