What problem does it solve?
This skill addresses the bottleneck of manual code reviews by deploying a swarm of specialized AI agents to perform comprehensive, parallel analysis of pull requests, ensuring consistent quality and security standards.
Core Features & Use Cases
- Multi-Agent Swarm: Coordinates specialized agents for security, performance, architecture, and style to provide holistic feedback.
- Automated Quality Gates: Enforces strict merge requirements based on custom thresholds for security vulnerabilities, performance regressions, and architectural complexity.
- Use Case: A developer submits a large feature PR; the swarm automatically triggers, identifies a potential SQL injection, suggests a performance optimization for a database query, and enforces project-specific naming conventions before a human reviewer even opens the PR.
Quick Start
Initialize a comprehensive multi-agent review for pull request 123 by running the review-init command with the required agent list and depth parameters.