Help us improve
Share bugs, ideas, or general feedback.
From cline
Launches a fleet of specialized reviewer subagents (correctness, security, architecture, conventions, simplicity, UX, performance, telemetry, testing, compatibility, documentation) in single-pass or iterative fix-until-clean mode.
npx claudepluginhub cline/skills --plugin clineHow this skill is triggered — by the user, by Claude, or both
Slash command
/cline:review-teamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
reviewers/api-compatibility-reviewer.mdreviewers/architecture-reviewer.mdreviewers/code-quality-conventions-reviewer.mdreviewers/correctness-reviewer.mdreviewers/documentation-dx-reviewer.mdreviewers/performance-reliability-reviewer.mdreviewers/product-ux-accessibility-reviewer.mdreviewers/security-abuse-reviewer.mdreviewers/simplicity-scope-reviewer.mdreviewers/telemetry-observability-reviewer.mdreviewers/testing-strategy-reviewer.mdProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
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:
You are one reviewer in a fleet of independent code review agents. You cannot see the other reviewers. Stay strictly within your assigned role. Return only concrete, actionable findings with file and line references. If you find no issues in your area, say so clearly. Do not provide general commentary, praise, summaries, or duplicate concerns outside your mandate.
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: