What problem does it solve? Manual pull request reviews are slow and inconsistent, often missing security vulnerabilities, performance regressions, or architectural issues. This Skill orchestrates specialized review agents that analyze PRs in parallel across security, performance, style, architecture, and accessibility domains, then posts structured feedback directly to GitHub. ## Core Features & Use Cases - Multi-Agent Review Swarms: Spawn specialized agents (security, performance, architecture, style, accessibility) that review a PR in parallel and post inline comments via the GitHub CLI. - Quality Gates & Automation: Define severity thresholds, required status checks, and CI/CD workflows that auto-review PRs on creation and block merges on critical findings. - PR Comment Commands & Custom Agents: Trigger swarm commands from PR comments (e.g., /swarm review) and register custom review agents with project-specific rules. - Use Case: A team opens a PR touching authentication code; the skill automatically runs a comprehensive security and architecture review, 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.