review-code

Route code diffs to review workflows and triage reviewer findings.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/dbc-oduffy/coordinator-claude --skill review-code-dbc-oduffy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/dbc-oduffy/coordinator-claude/tree/main/plugins/coordinator/skills/review-code
Command: npx skills add https://github.com/dbc-oduffy/coordinator-claude --skill review-code-dbc-oduffy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures code changes are reviewed in the right workflow phase, with the right reviewer persona, and with findings applied or escalated according to the team’s PM/EM decision boundaries.

Core Features & Use Cases

  • Pre-flight review readiness checks: Runs targeted self-checks (TDD compliance, external API citation verification, and test-evidence parsing when failure evidence is present) to prevent low-signal or mis-scoped reviews.
  • Persona-based reviewer dispatch: Selects one or two reviewers based on the diff’s signals (domain, architectural scope, cross-team seams) and enforces doctrine around which model/tier to use.
  • Incoming finding triage and resolution: Applies correctness fixes via integrator, escalates scope/architecture tradeoffs to the PM, and routes worker recommendations (tests, security, dependency CVE, doc link validation) when provided.

Quick Start

Use the review-code skill when an implemented diff or PR is ready for review, or when a reviewer’s findings have returned and need triage and integration.

Frequently Asked Questions about review-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a code diff to the right reviewers for a PR?

To route a code diff for a PR, this process selects one or two reviewer personas based on the diff's domain and architectural scope, then dispatches the review to the appropriate workflow phase safely.

What does code review triage do with security audit and test evidence findings?

Code review triage applies correctness fixes via integration, escalates architectural tradeoffs to the PM, and routes worker recommendations for security audits and test evidence parsing.

How do I run pre-flight readiness checks before a code review?

Pre-flight readiness checks validate TDD compliance, external API citation verification, and test-evidence parsing to prevent low-signal or mis-scoped code reviews before dispatching reviewers.

Can I escalate architecture or product decisions during a PR review?

Yes, you can escalate architecture or product decisions during a PR review by routing scope and architectural tradeoffs directly to the PM according to the team's decision boundaries.

What are the limitations of automated diff triage for code review?

Automated diff triage forbids deferral, backlog, and time-estimate rationales, meaning it cannot be used to postpone findings or generate effort estimates for unresolved review issues.