What problem does it solve?
Manually configuring multi-agent PR review workflows with GitHub Actions is time-consuming and prone to misconfiguration. This skill automates the entire scaffolding process, installing pre-built, production-ready workflow files and runtime configuration in seconds, so teams can start reviewing PRs immediately.
Core Features & Use Cases
- Pre-configured Multi-Agent Review Pipeline: Installs a GitHub Actions workflow that triggers on
/review comments, spawning 3 parallel specialized subagents (Security, Regression, Performance) to audit PR diffs for issues.
- Non-Destructive Upgrade Modes: Supports
--upgrade-runtime to update only the runtime review skill without overwriting custom workflow configs, and --force for full overwrites with explicit user confirmation.
- Use Case: For development teams using Claude Code, this eliminates the manual work of setting up consistent, thorough code review automation, ensuring every PR is checked for security vulnerabilities, regressions, and performance issues.
Quick Start
Set up a Claude PR review workflow for my current GitHub repository.