review-team

Dispatch four reviewer agents and aggregate findings into a unified report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mykaarma/claude-sutras --skill review-team-mykaarma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-team
Source: https://github.com/mykaarma/claude-sutras/tree/main/skills/review-team
Command: npx skills add https://github.com/mykaarma/claude-sutras --skill review-team-mykaarma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple specialized reviews for a PR to catch issues that a single reviewer might miss, and delivering a unified verdict.

Core Features & Use Cases

  • Parallel agent dispatch for Code Review, Security Review, Test Coverage, and API Contract Review.
  • Aggregation of findings into a single, actionable report with a final verdict.
  • Optional skipping or selective dispatch when API changes are not present.

Quick Start

Invoke the review-team skill to dispatch four agents and generate a consolidated report.

Frequently Asked Questions about review-team

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

FAQPage Schema
How do I automate parallel code reviews for a pull request?

Coordinate parallel expert reviews by dispatching four specialized agents to assess code correctness, security, test coverage, and API contracts simultaneously, then aggregating findings into a unified report with a final merge verdict.

What is the best way to check API contracts and security before merging a PR?

Checking API contracts and security before merging is best handled by dispatching parallel review agents that independently assess these domains, aggregating blocking and important findings into a formal verdict to ensure non-trivial changes are verified.

Can I skip API contract review if my pull request has no API changes?

Yes, you can skip API contract review when API changes are not present in your pull request, allowing selective dispatch of only the relevant review agents for your specific code modifications.

How does a parallel code review aggregation handle blocking issues?

Parallel code review aggregation handles blocking issues by enforcing structured agent prompts and hard gates for confirmation, categorizing findings into blocking, important, and suggestion levels before generating a final decision.

When should I use multiple specialized agents for pull request reviews?

Use multiple specialized agents for pull request reviews when a feature is ready for thorough review, particularly for non-trivial changes or issues flagged in prior reviews that require strict verification before merge.