What problem does it solve?
This Skill helps you review GitHub pull requests deeply and consistently without mixing changes into your main workspace, while checking the diff against project specifications and review rules.
Core Features & Use Cases
- Isolated PR Review: Creates a detached worktree so you can inspect the pull request safely and independently.
- Specification Cross-Check: Reads project guidance such as CLAUDE.md, AGENTS.md, docs, and spec files to validate the change against expected behavior.
- Parallel Analysis and Self-Verification: Can combine a main review with an optional Codex pass, then runs fact-check and scope-check passes before producing the final report.
- Use Case: Use this Skill when a pull request needs a thorough review that separates must-fix issues from should-fix improvements and identifies both missing implementation and out-of-scope edits.
Quick Start
Use the pr-review skill to inspect a pull request URL or issue number, compare it against the relevant project specs, and return a structured review with prioritized findings.