Skip to content
Development
Command

/review-code

- Plan file (plan.json) - Git diff or modified files list - Test results (if available)

From plugin
maestro-flow
51129 skills25 agents29 commands3 MCP
Install
$ npx -y skills add catlog22/maestro-flow --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review-code

Context preview

What this command does when you run it.

- Plan file (plan.json) - Git diff or modified files list - Test results (if available)

Command definition

review-code.md

Code Review

Inputs

  • Plan file (plan.json)
  • Git diff or modified files list
  • Test results (if available)

Dimensions

| Dimension | Critical Issues | |-----------|----------------| | Quality | Empty catch, any casts, @ts-ignore, console.log | | Security | Hardcoded secrets, SQL injection, eval/exec, innerHTML | | Architecture | Circular deps, imports >2 levels deep, files >500 lines | | Requirements | Missing core functionality, incomplete acceptance criteria |

Review Process

1. Gather modified files from executor's state (team_msg get_state) 2. Read each modified file 3. Score per dimension (0-100%) 4. Classify issues by severity (Critical/High/Medium/Low) 5. Generate verdict (BLOCK/CONDITIONAL/APPROVE)

Output

Write review report to {run_dir}/outputs/review-report.md:

  • Per-dimension scores
  • Issue list with file:line references
  • Verdict with justification
  • Recommendations (if CONDITIONAL)
Ships withmaestro-flow

Intent-driven workflow orchestration for multi-agent AI development — adaptive lifecycle engine, self-reinforcing knowledge graph, and visual dashboard for Claude Code, Gemini, Codex & more

Get the whole plugin