What problem does it solve? Manual code reviews are slow, inconsistent, and often miss security, performance, or architecture 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-Based Swarm Management: Create review swarms from PR data, auto-assign agents based on labels, and select topology (ring, mesh, hierarchical) based on PR size. - Quality Gates & Automation: Enforce merge-blocking thresholds, integrate with GitHub Actions CI/CD, auto-fix lint and formatting issues, and post inline review comments via the GitHub CLI. - Use Case: When a developer opens a PR touching authentication code, the skill automatically spawns security and architecture agents, runs OWASP and secrets checks, requests changes on critical findings, and labels the PR for security review. ## Quick Start Ask the assistant to review pull request 123 with security, performance, and style agents and post the findings as PR comments.