coordinate-review

coordinate-review is a skill for Claude Code, Codex from hogancv/coordinate-agents. It costs 36 tokens per session (421 once invoked), scanned A, original, MIT.

A review guide for checking whether a coding agent completed its assigned task correctly. It compares the real commit, code changes, tests, evidence, and requirements.

In plain words
What is it for?
It helps inspect a task, verify its commit and diff, rerun relevant tests, and check negative cases. It records one final decision: approved or changes requested.
Why use it?
It prevents approval based only on an agent's report. The reviewer checks observable repository evidence and every acceptance requirement.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit It helps inspect a task, verify its commit and diff, rerun relevant tests, and check negative cases. It records one final decision: approved or changes requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hogancv/coordinate-agents/coordinate-review
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.

Any agent
npx skills add hogancv/coordinate-agents --skill coordinate-review
Clone the repo
git clone --depth 1 https://github.com/hogancv/coordinate-agents

Made for: Claude Code, Codex.

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 coordinate-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/hogancv/coordinate-agents/coordinate-review.svg)](https://agentmods.dev/skills/hogancv/coordinate-agents/coordinate-review)
Your own site
<a href="https://agentmods.dev/skills/hogancv/coordinate-agents/coordinate-review"><img src="https://agentmods.dev/badge/skills/hogancv/coordinate-agents/coordinate-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00036 $0.00421
Opus 5 $0.00018 $0.00211
Sonnet 5 $0.00007 $0.00084
Haiku 4.5 $0.00004 $0.00042

Measured 8d ago against content hash 2b7217a6dc1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

coordinate-review 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 8d 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.

skills/coordinate-review/SKILL.md · 45 lines

What it actually says

Coordinate Review

Use coordinate_agents_task_inspect and coordinate_agents_task_review for normal Plugin review operations. The Plugin bundles the Runtime and does not require a global coordinate-agents command. If MCP is unavailable, or the user explicitly requests debugging, let <skill-dir> be the absolute directory containing this loaded SKILL.md:

node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" ...

Review only observable evidence tied to the current Task and repository:

  1. Read coordinate_agents_task_inspect and the approved specification.
  2. Verify the implementation commit exists and inspect its diff.
  3. Re-run the relevant tests and check the recorded validation evidence.
  4. Compare every acceptance criterion and negative control.
  5. Return exactly one decision: REVIEW_APPROVED or CHANGES_REQUESTED.
  6. Record that decision through the MCP Task API; never edit a task JSON file or manually send a Bus message. Only when MCP is unavailable, or for explicit debugging, use this fallback syntax:
node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" task review \
  --root "<repository>" --id task-... --decision REVIEW_APPROVED --json

For changes, include concrete feedback. The Runtime preserves it and the next explicit task dispatch includes it in the new IMPLEMENT activation. When the recorded Session is healthy, that activation reuses the same ExecutionSession; review feedback is written into the existing PTY context. Do not use Codex App Terminal UI automation to reach the Implementer.

The Reviewer does not edit product source, tests, or build configuration. It does not merge, tag, push, publish, or pass the human release gate.

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. 8d ago First seen · 45 lines · 36 tokens per session scan A 2b7217a6dc1b

Subscribe to this mod's changes

coordinate-review is a skill published in the GitHub repository hogancv/coordinate-agents (102 stars, last pushed today), licensed MIT. It adds 36 tokens to every session and 421 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

deliberated-review

Review code with multiple specialist subagents, then use gemot to find where they disagree and why. Requires gemot MCP server configured.

justinstimatze/gemot · 32 tokens

review

Code review skill covering security, correctness, type safety, and maintainability for any software project.

mnzralee/claude-multi-agent-architecture · 20 tokens

tech-debt-audit

Audits architectural choices for hidden scalability bottlenecks and operational tech debt.

ahmadvh/octochains · 21 tokens

review-board

Run the multi-wave Software Engineering Review Board (SERB) over a proposed plan before execution. A read-only board of specialist agents gathers ground truth, critiques from architecture/testing/security/devops/quality lenses, then synthesizes a refined, executable plan with a go/no-go. Use for high-stakes or…

mnzralee/claude-multi-agent-architecture · 92 tokens

reviewer-openaccp

Perform read-only OpenACCP sidecar review of a task card, branch, diff, handoff, prompt, or status artifact. Use to check scope compliance, correctness, verification evidence, side effects, overclaiming, and readiness for final-authority consume.

0fuk/OpenACCP · 59 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens