review-pr
Installation
SKILL.md
Deep PR Review (review-pr)
Wraps /pr-review-toolkit:review-pr for a remote PR in nrwl/nx. The toolkit reviews local changes, so this skill prepares an isolated worktree of the PR, invokes the toolkit, then collects the output into a draft suitable for posting on GitHub.
Drafts only. This skill never posts to GitHub. The draft is reading material for the reviewer; if they want any of it on the PR, they post it themselves (or ask in the session, e.g. via gh pr review --body-file).
Inputs
<NUMBER>— the PR number innrwl/nx. Required.
Configuration (env-overridable)
NX_REPO_PATH— path to a local clone of nrwl/nx. Default: the repo you're in —git rev-parse --show-toplevel(this skill ships inside nrwl/nx)WORKTREE_BASE— where to put the temporary worktree. Default:~/.nx-pr-reviews/worktreesTRIAGE_DIR— where drafts live. Default:~/.nx-pr-reviews(drafts and worktrees share one parent, outside the repo — sogit cleannever touches drafts and re-review history survives — and outside~/.claude, so the skill never writes into Claude Code's own config dir)