What problem does it solve? Manual pull request reviews are slow, inconsistent, and often miss security, performance, or architecture issues. This Skill orchestrates specialized review agents that analyze a PR in parallel and post structured findings directly to GitHub. ## Core Features & Use Cases - Specialized Review Agents: Run dedicated agents for security, performance, architecture, style, and accessibility checks against a PR's diff and changed files. - PR-Native Automation: Trigger reviews from GitHub Actions workflows, PR comment commands like /swarm review, or webhook handlers, with results posted as inline comments, labels, and review decisions. - Quality Gates & Metrics: Define thresholds (e.g., block on critical security issues, warn on performance regressions) and track review metrics over time. - Use Case: When a developer opens a PR touching authentication code, the workflow automatically spawns security and architecture agents, requests changes on critical findings, and labels the PR security-review-required. ## Quick Start Review pull request 123 with security, performance, and style agents and post the findings as a PR review comment.