What problem does it solve?
This Skill streamlines GitHub code reviews by coordinating a swarm of AI-powered agents, reducing manual effort and improving review quality and efficiency.
Core Features & Use Cases
- Multi-Agent Code Review: Deploy specialized agents for comprehensive code review across security, performance, style, architecture, and accessibility.
- Automated PR Management: Automate PR management tasks, including review initiation, status updates, and comment generation.
- Use Case: For a developer working on a large codebase, this Skill can automatically initiate a comprehensive review of a new pull request, providing detailed feedback and identifying potential issues before merge.
Quick Start
Run the command 'gh pr view 123 --json files,additions,deletions,title,body' to get the PR context, then use 'bunx ruv-swarm github review-init --pr 123 --pr-data "$PR_DATA" --diff "$PR_DIFF" --agents "security,performance,style,architecture,accessibility" --depth comprehensive' to initiate a multi-agent review.