Imported from Eshpelin/nurby (
.claude/skills/review-pr/SKILL.md). Install upstream withnpx skills add Eshpelin/nurby --skill review-pr. Copyright stays with the author.
PR Review Skill
Delegate PR review to the pr-reviewer agent.
Usage
/review-pr <PR URL>
Arguments:
<PR URL>: A full GitHub PR URL (e.g.https://github.com/<owner>/<repo>/pull/12345)
Execution
-
Extract the PR number and repo from the URL:
https://github.com/<owner>/<repo>/pull/12345→ repo:<owner>/<repo>, number:12345- If no valid PR URL can be parsed, tell the user and stop.
-
Delegate to the
pr-revieweragent with this exact prompt:Review PR #<N> from the <owner>/<repo> repository. -
Return the agent's review to the user verbatim.
Notes
- All review logic and tool restrictions are handled by the
pr-revieweragent — do not duplicate them here. - The agent is strictly read-only: it will never approve, reject, comment on, or mutate the PR in any way.
- This skill does not trigger automatically. It only runs when the user explicitly invokes
/review-pr.