What problem does it solve?
This Skill gives you a thorough, read-only review of an open pull request when you want clear findings without editing files, pushing commits, or changing the PR itself. It is useful for getting an independent quality verdict on your own PR before fixing it, or auditing someone else's PR safely.
Core Features & Use Cases
- Full-spectrum PR auditing: Reviews code quality, tests, feature behavior, security, UX, and spec alignment in one coordinated pass.
- Adaptive review pipeline: Scales from small PRs to large, multi-slice changes by triaging diff size, faning out to specialist reviewers, and merging structured findings.
- Read-only GitHub review output: Produces a terminal report by severity or posts findings as PR comments without approving, editing, resolving threads, or pushing changes.
- Use Case: Before requesting formal team review, run this Skill on a large GitHub PR to surface logic bugs, missing tests, security risks, and cross-file contract issues in a structured report.
Quick Start
Ask the assistant to review PR #123 with the review-pr skill and return a read-only severity-ranked audit.