code-review-agent-team

Run parallel multi-agent code reviews and generate severity-ranked reports.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Citedy/skills --skill code-review-agent-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-agent-team
Source: https://github.com/Citedy/skills/tree/main/skills/code-review-agent-team
Command: npx skills add https://github.com/Citedy/skills --skill code-review-agent-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review by leveraging a team of specialized AI agents, ensuring comprehensive checks for security, performance, test coverage, and code quality in parallel.

Core Features & Use Cases

  • Parallel Review: Spawns up to four specialized agents (security, performance, test coverage, code quality) to review code simultaneously.
  • Unified Reporting: Consolidates findings from all agents into a single, severity-ranked report.
  • Scope Customization: Allows users to specify which reviewers to include in the team.
  • Use Case: Review a pull request by running /code-review-team 42 --scope=security,performance to get targeted feedback on security and performance aspects of the changes.

Quick Start

Review the current uncommitted changes using all four specialized agents.

Frequently Asked Questions about code-review-agent-team

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

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

You can run parallel code review agents on uncommitted changes or specific pull requests by specifying the PR number and scope to get targeted feedback on security, performance, test coverage, and code quality.

How does multi-agent code review work?

Multi-agent code review works by spawning up to four specialized AI agents that analyze code diffs simultaneously, with each agent focusing on a specific area like security or performance before consolidating findings into a unified report.

Can I review only the security and performance aspects of a code diff?

Yes, you can customize the review scope to include only specific agents, allowing you to target just the security and performance aspects of your code diff rather than running all four specialized checks.

What is the best way to check test coverage in an automated code review?

The best way to check test coverage in an automated code review is using a multi-agent system that includes a dedicated test coverage agent to analyze code diffs alongside security, performance, and quality checks.

Does the code review agent team work with uncommitted changes?

Yes, the code review agent team works with uncommitted changes by analyzing your current working diff, allowing you to get comprehensive feedback on security, performance, test coverage, and code quality before committing.