What problem does it solve?
This skill automates AI-assisted code reviews by coordinating multiple specialized agents to analyze changes, enforce standards, and surface actionable feedback, significantly reducing cycle times.
Core Features & Use Cases
- Multi-Agent Review System: Deploy specialized agents to review changes in parallel for security, performance, architecture, style, and accessibility.
- PR-Based Workflows: Seamlessly integrate with GitHub CLI to initialize reviews, post updates, and apply quality gates during PRs.
- Automated Comment Generation: Produce contextual inline comments and high-level summaries for stakeholders.
- CI/CD Integration: Tie reviews into automated pipelines to gate merges based on predefined quality gates.
Quick Start
Use the github-code-review skill to initialize a swarm for PR 123 and post results to the PR:
gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123
gh pr comment 123 --body "🔍 Multi-agent code review initiated"