What problem does it solve?
This Skill automates and optimizes the code review process on GitHub by leveraging AI-powered swarm coordination, reducing the time and effort spent on manual code inspection.
Core Features & Use Cases
- Multi-Agent Review System: Deploy specialized review agents for comprehensive, intelligent code reviews.
- Specialized Review Agents: Security, performance, style, architecture, and accessibility reviews.
- PR-Based Swarm Management: Automated swarm coordination based on pull request context.
- Automated Workflows: CI/CD integration, webhook handlers, and PR comment commands.
- Quality Gates & Checks: Status checks, quality gate thresholds, and review metrics tracking.
- Advanced Features: Context-aware reviews, learning from history, cross-PR analysis, and custom review agents.
- Integration & Automation: CI/CD pipeline integration, automated fixes, and progress updates.
- Monitoring & Analytics: Review dashboards, reports, and GitHub Insights export.
- Security Considerations: Best practices and security checklist.
- Best Practices: Review configuration, comment quality, performance optimization, and PR templates.
- Integration with Claude Code: Workflow patterns and complete PR management examples.
- Troubleshooting: Common issues and solutions.
- Additional Resources: Related Skills, Documentation, Support, and License.
Quick Start
To initiate a multi-agent code review for a GitHub pull request, run the following command:
# Initialize review swarm for PR
gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123