Skip to content
Development
Skill

/review-code

Perform a Maestro-style code review with findings ordered by severity and concrete file references

From plugin
maestro-orchestrate
45359 skills72 agents4 hooks1 MCP
Install
$ npx -y skills add josstei/maestro-orchestrate --skill review-code --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review-code

Context preview

The summary Claude sees to decide when to auto-load this skill.

Perform a Maestro-style code review with findings ordered by severity and concrete file references

SKILL.md

review-code.SKILL.md
name: review-code
description: Perform a Maestro-style code review with findings ordered by severity and concrete file references

Maestro Review Code

Call `get_skill_content` with resources: ["architecture"].

Protocol

Before delegating, call `get_skill_content` with resources: ["delegation"] and follow the returned methodology.

Workflow

1. Determine review scope: explicit user-provided paths, staged changes, or last commit diff 2. Delegate to the code-reviewer agent with the diff content and file paths 3. Review for correctness, regressions, security, maintainability risk, and missing tests 4. Classify findings by severity (Critical, Major, Minor, Suggestion) with concrete file and line references 5. Present findings first, ordered by severity; keep the closing summary brief and only after findings

Constraints

  • Do not bury findings behind a long overview
  • Every finding must reference a specific file and line number -- no speculative issues
  • If no findings exist, say so explicitly and note residual testing gaps
Ships withmaestro-orchestrate

Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone

Get the whole plugin