What problem does it solve?
This Skill enables teams to perform thorough, non-destructive reviews of GitHub pull requests using the gh CLI and a formal, structured report, without pushing or merging changes.
Core Features & Use Cases
- Structured review reports: deliver a clear, A–J style assessment of readiness for PR landing, without modifying code or branches.
- Read-only workflow enforced: prevents pushes or merges during the review process.
- Local traceability: saves the full review to .local/review.md for auditing and collaboration.
- Use Case: When asked to review a PR, generate a formal feedback package detailing changes, risks, and readiness.
Quick Start
Install the review-pr skill and provide a PR number or URL when prompted. The skill will fetch PR details, run a read-only analysis, generate a structured A-J report, and save it to .local/review.md.