Agent skill
review
Perform a Maestro-style code review with findings ordered by severity and concrete file references
Install this agent skill to your Project
npx add-skill https://github.com/josstei/maestro-orchestrate/tree/main/plugins/maestro/skills/review
SKILL.md
Read ../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "delegation", "code-review"].
Call get_agent with agents: ["code-reviewer"].
Workflow
- Determine review scope: explicit user-provided paths, staged changes, or last commit diff
- Delegate to the code-reviewer agent with the diff content and file paths
- Review for correctness, regressions, security, maintainability risk, and missing tests
- Classify findings by severity (Critical, Major, Minor, Suggestion) with concrete file and line references
- Present findings first, ordered by severity; keep the closing summary brief and only after findings
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for complex engineering tasks that need a mandatory design dialogue, approved implementation plan, and then execution with shared session state
resume
Resume an interrupted Maestro session using the existing active-session file and shared phase tracking
execute
Execute an approved Maestro implementation plan using the shared session-state contract
orchestrate
Run the full Maestro workflow for tasks that need design dialogue, implementation planning, shared session state, delegated execution, and review
resume
Resume the active Maestro session from docs/maestro state
Didn't find tool you were looking for?