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 different quality dimensions in parallel. ## Core Features & Use Cases - Specialized Review Agents: Deploy security, performance, architecture, style, and accessibility agents that each analyze the PR diff for domain-specific issues. - PR-Based Swarm Management: Initialize review swarms from PR data, auto-assign agents based on labels, and select swarm topology based on PR size. - CI/CD and Automation: Integrate reviews into GitHub Actions workflows, trigger reviews via PR comment commands, enforce quality gates, and auto-fix common issues. - Use Case: When a developer opens a PR touching authentication code, the Skill automatically runs a deep security review, posts inline comments with suggested fixes, and blocks the merge if critical vulnerabilities are found. ## Quick Start Review pull request 123 by initializing a review swarm with security, performance, and style agents, then post the findings as PR comments.