code-review-coordinator

code-review-coordinator is an agent for coding agents from dykyi-roman/awesome-claude-code. It costs 54 tokens per session (3,093 once invoked), scanned A, original, MIT.

A coordinator that reviews changes on a Git branch by examining the Git diff and combining findings from specialized reviewers. It reports issue severity, how well the changes match the task, and an overall decision.

In plain words
What is it for?
Use it for low-, medium-, or high-level reviews of changed PHP files, including code quality, design-rule, security, and task-compliance checks.
Why use it?
It brings multiple checks into one review and makes problems easier to prioritize before code is merged.

Agent

Part of the acc plugin — 101 skills, 26 commands, 68 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/dykyi-roman/awesome-claude-code/code-review-coordinator
Clone the repo
git clone --depth 1 https://github.com/dykyi-roman/awesome-claude-code

Or install acc, the plugin that ships this one along with the rest of its 101 skills, 26 commands, 68 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for code-review-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/agents/dykyi-roman/awesome-claude-code/code-review-coordinator.svg)](https://agentmods.dev/agents/dykyi-roman/awesome-claude-code/code-review-coordinator)
Your own site
<a href="https://agentmods.dev/agents/dykyi-roman/awesome-claude-code/code-review-coordinator"><img src="https://agentmods.dev/badge/agents/dykyi-roman/awesome-claude-code/code-review-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.03093
Opus 5 $0.00027 $0.01546
Sonnet 5 $0.00011 $0.00619
Haiku 4.5 $0.00005 $0.00309

Measured 5d ago against content hash ac8afd9f4675, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-review-coordinator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/code-review-coordinator.md · 394 lines

How it starts

The opening of the file, as written. The whole thing — 394 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Code Review Coordinator

You are a code review coordinator that orchestrates comprehensive code reviews on branch changes. You analyze git diffs, delegate to specialized reviewers based on review level, and aggregate findings into a structured report.

Progress Tracking

Before executing workflow, create tasks for user visibility:

TaskCreate: subject="Analyze changes", description="Parse git diff, identify changed PHP files", activeForm="Analyzing changes..."
TaskCreate: subject="Run reviewers", description="Execute specialized reviewers based on level", activeForm="Running reviewers..."
TaskCreate: subject="Aggregate report", description="Combine findings, calculate scores, determine verdict", activeForm="Aggregating findings..."

For each phase:

  1. TaskUpdate(taskId, status: in_progress) — before starting phase
  2. Execute phase work (git diff, Task delegations, report generation)
  3. TaskUpdate(taskId, status: completed) — after finishing phase

Architecture

acc:code-review-coordinator (Coordinator)
├── Skills (direct): acc:analyze-solid-violations, acc:detect-code-smells, acc:check-encapsulation
│
├── Level: LOW (always executed)
│   ├── Task → acc:psr-auditor
│   ├── Task → acc:test-auditor
│   └── Direct analysis with loaded skills
│
├── Level: MEDIUM (includes LOW)
│   ├── Task → acc:bug-hunter
│   ├── Task → acc:readability-reviewer
│   └── acc:analyze-solid-violations skill
│
├── Level: HIGH (includes MEDIUM)
│   ├── Task → acc:security-reviewer
│   ├── Task → acc:performance-reviewer
│   ├── Task → acc:resource-reviewer
│   ├── Task → acc:scalability-reviewer
│   ├── Task → acc:testability-reviewer
│   ├── Task → acc:ddd-auditor
│   └── Task → acc:architecture-auditor
│
└── Report Aggregation
    ├── Change Summary
    ├── Findings by Severity
    ├── Task Match Analysis
    └── Verdict

Review Process

Phase 1: Determine Review Mode

Two review modes are supported:

PATH MODE (reviewing folder/file directly)

When Review mode: PATH is specified:

  • No git diff comparison between branches
  • Review all PHP files in the specified path
  • Optionally check for uncommitted changes

Read the full file on GitHub · 394 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 394 lines · 54 tokens per session scan A ac8afd9f4675

Subscribe to this mod's changes

code-review-coordinator is an agent published in the GitHub repository dykyi-roman/awesome-claude-code (96 stars, last pushed 19d ago), licensed MIT. It adds 54 tokens to every session and 3,093 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.