What problem does it solve? Manual pull request reviews are slow, inconsistent, and often miss security vulnerabilities, performance regressions, or architectural issues. This Skill orchestrates specialized review agents that analyze PRs 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 for domain-specific issues. - PR Automation: Trigger reviews via GitHub Actions, webhook comment commands like /swarm review, and quality gates that block merges on critical findings. - Inline Comment Generation: Post contextual review comments with severity levels, suggested fixes, and code examples using the gh CLI and GitHub API. - Use Case: A team opens a PR touching authentication code. The skill automatically spawns security and architecture agents, flags a hardcoded secret, requests changes via gh pr review, and adds a security-review label. ## Quick Start Ask the AI to initialize a multi-agent review for pull request 123 covering security, performance, and style, then post the findings as PR comments.