multi-agent-codereview

Coordinate multi-agent code reviews with role assignment and two-round debates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/carrotcake5774-ai/forge --skill multi-agent-codereview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-codereview
Source: https://github.com/carrotcake5774-ai/forge/tree/main/skills/multi-agent-codereview
Command: npx skills add https://github.com/carrotcake5774-ai/forge --skill multi-agent-codereview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates a multi-agent code review workflow where independent expert roles and a Devil's Advocate collaboratively identify defects, architectural concerns, and practical risks across review cycles, improving review quality and consensus.

Core Features & Use Cases

  • Independent role assignment for code review (backend architect, security, operations, UX, etc.)
  • 2-round debate with cross-entity evaluation to surface issues
  • Final synthesis report with issue tracking, prioritization, and recommended actions
  • Applicable to PR reviews, architectural reviews, service-layer assessments, and security reviews

Quick Start

Trigger the skill with /multi-agent-codereview <target> and let the agents perform independent analysis, debate, and synthesis to produce a final report.

Frequently Asked Questions about multi-agent-codereview

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

FAQPage Schema
How does multi-agent debate improve code review quality for pull requests?

Multi-agent debate improves code review by assigning independent expert roles like backend architect and security to analyze a codebase, then enforcing cross-agent evaluation to surface defects and reach consensus. This workflow ensures robust pull request reviews through structured conflicting viewpoints.

When should I use a multi-agent code review workflow instead of a standard review?

You should use a multi-agent code review workflow for large or safety-critical codebases, architectural reviews, and service-layer assessments. It is specifically designed to evaluate complex changes across multiple viewpoints like tech, operations, and business where standard reviews might miss deep structural defects.

How do I start a multi-agent code review on a target codebase?

To start a multi-agent code review, trigger the skill with your target codebase path. The workflow then executes a staged process: code analysis, role assignment, self-configuration, independent reviews, two-round debates, and a final synthesis report with issue prioritization.

Can I use this code review workflow for architectural and service-layer assessments?

Yes, you can use this workflow for architectural reviews and service-layer assessments. It assigns independent expert roles to analyze the codebase and enforces cross-agent debate to evaluate practical risks and structural concerns across technical, operational, and business viewpoints.

What is the Devil's Advocate role in automated code review?

The Devil's Advocate role in automated code review acts as a cross-entity evaluator during the two-round debate phase. It collaboratively challenges the independent expert agents to surface hidden defects, architectural concerns, and practical risks before the final synthesis.

What limitations should I consider before running a multi-agent code review?

You should consider that this multi-agent code review requires a frontmatter-defined name and description, along with optional references or scripts. Because it enforces independent reviews and two-round debates, the workflow is resource-intensive and best suited for large or safety-critical codebases.