npx skills add ...
npx skills add cline/skills --skill review-team
Use when the user asks for a code review by a fleet of specialized reviewer agents, wants multiple independent reviewer perspectives, or asks to run reviewers in single-pass or iterative fix-until-clean mode. Launches focused subagents for correctness, security, architecture, conventions, simplicity, UX, reliability, telemetry, testing, compatibility, and documentation review.
npx skills add cline/skills --skill review-team
Run a fleet of specialized reviewer subagents against the same change. Each reviewer is intentionally unaware of the others and must stay within its assigned focus area.
Reviewer prompts live in reviewers/. Read only the reviewer files you plan to launch.
If the user does not specify a mode, use single. Use iterate only when the user explicitly asks to keep fixing, make reviewers happy, or run until clean.
Core reviewers:
reviewers/correctness-reviewer.mdreviewers/security-abuse-reviewer.mdreviewers/architecture-reviewer.mdreviewers/code-quality-conventions-reviewer.mdreviewers/simplicity-scope-reviewer.mdSpecialist reviewers:
reviewers/product-ux-accessibility-reviewer.mdreviewers/performance-reliability-reviewer.mdreviewers/telemetry-observability-reviewer.mdreviewers/testing-strategy-reviewer.mdreviewers/api-compatibility-reviewer.mdreviewers/documentation-dx-reviewer.mdDefault to all reviewers when the user asks for the full team. For narrower requests, launch only the relevant reviewers.
For each reviewer subagent, provide:
Add this wrapper to every reviewer prompt:
Prefer running independent reviewers in parallel. Do not ask multiple reviewers to solve the same broad task in the same way; their reviewer prompt is their boundary.
After reviewers finish:
The final review should not expose raw reviewer transcripts unless the user asks for them.
In iterate mode:
Keep the user informed between iterations. Do not loop indefinitely; stop when additional iterations are not producing material new findings.
For single mode, return the aggregated review.
For iterate mode, return: