multi-review

Orchestrate parallel multi-agent code reviews using diffs or file paths.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/rozza/ai-skills --skill multi-review-rozza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-review
Source: https://github.com/rozza/ai-skills/tree/main/multi-review
Command: npx skills add https://github.com/rozza/ai-skills --skill multi-review-rozza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill solves the bottleneck of manual code reviews by automating the orchestration of multiple specialized agents to provide comprehensive, parallel feedback on code changes.

Core Features & Use Cases

  • Parallel Agent Dispatch: Simultaneously runs domain-specific, architectural, and quality-focused reviews.
  • Context-Aware Analysis: Automatically integrates project-specific rules from AGENTS.md and CLAUDE.md files.
  • Consolidated Reporting: Synthesizes findings from multiple agents into a single, deduplicated, and actionable review report.

Quick Start

Use the multi-review skill to perform a comprehensive code review of the current branch against the main branch.

Frequently Asked Questions about multi-review

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

FAQPage Schema
How do I automate code reviews for a pull request using multiple agents?

Automated code review for a pull request is orchestrated by dispatching multiple specialized agents in parallel to analyze diffs against project-specific guidelines, then synthesizing findings into a consolidated, deduplicated report.

What is parallel multi-agent code review and how does it work?

Parallel multi-agent code review works by simultaneously running domain-specific, architectural, and quality-focused agents on code changes, automatically integrating project rules from local documentation to synthesize consolidated feedback.

Do I need the GitHub CLI installed to run automated code reviews?

Yes, you need the GitHub CLI installed, as the automated code review process requires integration with it to analyze branch diffs and track pull request comments effectively.

Can I use project-specific rules for automated quality assurance checks?

Yes, automated quality assurance checks can use project-specific rules by automatically integrating context from local AGENTS.md and CLAUDE.md files to guide the multi-agent review process.

What is the best way to consolidate findings from multiple code review agents?

The best way to consolidate multiple code review agent findings is to synthesize them into a single, deduplicated, and actionable report, ensuring parallel feedback is unified for quality assurance.

How do I validate architecture changes against project guidelines in a pull request?

Architecture validation in a pull request is performed by dispatching parallel agents to analyze file paths and diffs against project-specific guidelines, tracking findings as consolidated PR comments.