multi-agent-review

Execute multi-agent parallel code review with Wave/Gate architecture.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/charly-vibes/wai --skill multi-agent-review-charly-vibes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: multi-agent-review
Source: https://github.com/charly-vibes/wai/tree/main/.agents/skills/multi-agent-review
Command: npx skills add https://github.com/charly-vibes/wai --skill multi-agent-review-charly-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex and time-consuming process of code review by leveraging multiple AI agents to perform parallel analysis, ensuring comprehensive checks for security, performance, maintainability, requirements, and operations.

Core Features & Use Cases

  • Parallel Agent Analysis: Simulates specialized reviewers (Security, Performance, Maintainability, QA, SRE) working concurrently.
  • Wave/Gate Architecture: Organizes review stages into parallel analysis (Wave) and sequential consolidation (Gate) for efficient processing.
  • Conflict Resolution & Synthesis: Consolidates findings, resolves severity conflicts, and generates a final prioritized action list and blocking assessment.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical security vulnerabilities, performance bottlenecks, and maintainability issues before code is merged, significantly improving code quality and reducing review turnaround time.

Quick Start

Perform a multi-agent code review on all files in the src/auth/ directory.

Frequently Asked Questions about multi-agent-review

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

FAQPage Schema
How do I automate code review for security and performance in my CI/CD pipeline?▼

Automated code review in a CI/CD pipeline uses parallel AI agents to analyze security, performance, and maintainability concurrently. It simulates specialized reviewers to flag critical vulnerabilities and bottlenecks before merging, generating a final report with prioritized actions.

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

Multi-agent parallel code review uses a Wave/Gate architecture where multiple AI agents act as specialized reviewers for security, performance, and operations. The Gate stage consolidates findings, resolves severity conflicts, and synthesizes a prioritized action list.

Can I use AI code review to check maintainability and operations requirements?▼

AI code review can check maintainability and operations requirements by simulating specialized reviewers. The agents analyze these dimensions concurrently during the Wave stage and consolidate the findings into a final report with blocking assessments.

How to resolve conflicting severity levels during automated security and performance code analysis?▼

Automated security and performance code analysis resolves conflicting severity levels during a consolidation phase. The system synthesizes findings from parallel agents, resolves severity conflicts, and generates a final report with prioritized actions and blocking assessments.

Does AI code review require a specific code base structure to analyze maintainability?▼

AI code review requires a defined code base for review to analyze maintainability and other dimensions. It adheres to a structured workflow for comprehensive analysis, ensuring specialized agents can effectively process the provided files.

What is the best way to flag critical vulnerabilities before code is merged?▼

The best way to flag critical vulnerabilities before merging is using a multi-agent code review system. It performs parallel analysis across security, performance, and maintainability, consolidating findings into a prioritized action list and blocking assessment to prevent bad merges.