What problem does it solve?
This Skill provides a read-only, structured GitHub pull request review workflow that analyzes PR metadata, diffs, and files using the gh CLI and a local git worktree so reviewers can assess readiness without altering the repository.
Core Features & Use Cases
- Isolated worktree review: fetch PR refs, inspect diffs, and browse PR versions in an isolated worktree to avoid touching main branches.
- Structured deliverables: produces a TODO checklist, saves PR metadata to .local/pr-meta.env, and writes a full structured review to .local/review.md with sections A through J.
- Safety-first guardrails: explicit rules forbid pushing, merging, killing gateway processes, or running destructive commands during review.
Use case: evaluate a feature PR for correctness, tests, docs, and security before recommending prepare-pr actions.
Quick Start
Use the review-pr skill to perform a thorough, read-only review of PR 42 and save a structured review to the repository worktree.