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 in nrwl/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/worktrees
  • TRIAGE_DIR — where drafts live. Default: ~/.nx-pr-reviews (drafts and worktrees share one parent, outside the repo — so git clean never touches drafts and re-review history survives — and outside ~/.claude, so the skill never writes into Claude Code's own config dir)

Step 1: Pre-flight

Installs
1
Repository
nrwl/nx
GitHub Stars
29.2K
First Seen
Jul 13, 2026
review-pr — nrwl/nx