What problem does it solve?
Pull request review and remediation is often fragmented across multiple tools, requiring manual coordination between Copilot, SonarQube, CI checks, and human reviewers. This Skill unifies the entire process into two slash commands that automatically gather findings from every source and resolve them in an isolated worktree.
Core Features & Use Cases
- Tiered Review: The pr-review command triggers Copilot, SonarQube, and 8 parallel agents to produce a prioritized findings report with Critical, Important, Suggested, and Informational tiers.
- Automated Remediation: The pr-fix command gathers all open PR issues including CI failures, review comments, SonarQube findings, and agent findings, then fixes them in an isolated worktree without contaminating the main working tree.
- Use Case: A team member opens a PR with failing CI checks, Copilot suggestions, and SonarQube security hotspots. Running pr-review produces a unified report, and pr-fix automatically resolves all fixable issues while flagging design debates for human input.
Quick Start
Use the pr-review skill to review and fix issues on a GitHub pull request by providing its URL.