What problem does it solve? Manual code reviews are slow, inconsistent, and often miss security, performance, or architectural issues. This Skill automates comprehensive pull request reviews by deploying specialized review agents that analyze code in parallel and post structured feedback directly to GitHub. ## Core Features & Use Cases - Specialized Review Agents: Deploy security, performance, architecture, style, and accessibility agents that each analyze the PR diff from their domain perspective. - PR Lifecycle Automation: Auto-trigger reviews on PR creation, post inline comments, apply labels, enforce quality gates, and enable auto-merge when checks pass. - Swarm Coordination: Select review topology (ring, mesh, hierarchical) based on PR size, spawn agents from PR labels, and coordinate reviews across multiple related PRs. - Use Case: A team opens a PR touching authentication code. The Skill automatically spawns security and architecture agents, blocks the merge on a critical vulnerability, posts a suggested fix as an inline comment, and adds a 'security-review-required' label. ## Quick Start Review pull request 123 with security, performance, and style agents and post the findings as PR comments.