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 code in parallel and post structured feedback directly to GitHub. ## Core Features & Use Cases - Multi-Agent Review System: Deploys specialized agents for security, performance, architecture, style, and accessibility analysis on a single PR. - Automated PR Management: Posts review comments, inline annotations, labels, and approval or change-request decisions via the GitHub CLI. - Quality Gates & CI/CD Integration: Enforces configurable thresholds (security severity, performance regression, coverage) as required status checks in GitHub Actions workflows. - Use Case: When a developer opens a PR touching authentication code, the Skill automatically spawns security and architecture agents, blocks the merge on critical findings, and posts suggested fixes as inline comments. ## Quick Start Review pull request 123 with security, performance, and style agents and post the findings as a PR review comment.