Coordinate Review
SkillAI & modelsReview a Coordinate Agents implementation as the Codex Reviewer. Verify the real commit, diff, tests, validation evidence, and specification without modifying the Implementer's product code.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Coordinate Review skill
What this skill tells your AI
The instructions your AI receives, as published by hogancv/coordinate-agents in skills/coordinate-review/SKILL.md and read by ahel’s 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:
- Read
coordinate_agents_task_inspectand the approved specification. - Verify the implementation commit exists and inspect its diff.
- Re-run the relevant tests and check the recorded validation evidence.
- Compare every acceptance criterion and negative control.
- Return exactly one decision:
REVIEW_APPROVEDorCHANGES_REQUESTED. - 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.
Signals
- GitHub stars
- 102
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
coordinate-review- Source
- github.com/hogancv/coordinate-agents