review-team

Coordinate multiple specialized code reviewers to analyze pull requests.

19|3|Updated May 17, 2026
One-click install
npx skills add https://github.com/cline/skills --skill review-team-cline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-team
Source: https://github.com/cline/skills/tree/main/skills/review-team
Command: npx skills add https://github.com/cline/skills --skill review-team-cline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews often miss domain-specific issues like security vulnerabilities, architectural misalignments, or accessibility gaps, and coordinating multiple review passes or iterative fix cycles is time-consuming and error-prone. This Skill eliminates that overhead by automating coordinated, specialized code review workflows.

Core Features & Use Cases

  • Specialized Reviewer Fleet: Launches independent subagents each focused on a distinct domain (correctness, security, architecture, code quality, simplicity, UX, performance, telemetry, testing, API compatibility, documentation) to catch issues a single generalist reviewer would overlook.
  • Flexible Review Modes: Supports single-pass mode for quick aggregated feedback with deduplicated findings, or iterative mode that automatically fixes accepted issues and reruns relevant reviewers until the codebase is clean or remaining findings are explicitly accepted.
  • Use Case: When submitting a PR that adds a new public API, use this Skill to run all relevant reviewers in a single pass to catch breaking changes, security flaws, missing documentation, and UX issues before merging.

Quick Start

Use the review-team skill to run a full fleet of specialized code reviewers against your latest pull request changes.

Frequently Asked Questions about review-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a comprehensive code review that checks for security vulnerabilities and architecture issues?

You can run a comprehensive code review by deploying a specialized reviewer fleet that independently analyzes correctness, security, architecture, and UX domains. This coordinates multiple independent reviewers to catch domain-specific defects that a single generalist review would miss.

What is the best way to automate pull request validation across multiple domains?

Automating pull request validation is best handled by launching independent subagents focused on distinct domains like API compatibility, telemetry, and testing. This approach provides aggregated feedback with deduplicated findings and severity ranking before merging changes.

Can I automatically fix code review findings and rerun reviewers until the codebase is clean?

Yes, you can use iterative review mode to automatically fix accepted issues and rerun relevant reviewers. This cycle repeats until all actionable findings are resolved or remaining findings are explicitly accepted by the user.

How does multi-reviewer code review handle duplicate findings and severity ranking?

Multi-reviewer code review handles duplicates by applying finding deduplication and severity ranking across all specialized domain reviewers. This ensures that aggregated feedback is clean, prioritized, and free of redundant actionable items.

Does single-pass code review work for quick feedback on feature branches?

Single-pass code review works effectively for feature branches by running all relevant reviewers in one pass to catch breaking changes, missing documentation, and security flaws. It provides quick aggregated feedback without entering iterative fix cycles.

When do I need specialized code reviewers instead of a general code review?

You need specialized code reviewers when a pull request requires validation across correctness, security, architecture, and operational domains. This is critical for production changes where a single-perspective review might miss compliance gaps or accessibility issues.