pr-description-review

Installation
SKILL.md

PR Description Review

Review a PR description as context supplied to a capable reviewer, not as marketing copy. The goal is to prevent speculative feedback caused by hidden cross-system assumptions while preserving room for legitimate review findings.

Inputs

Accept any of these:

  1. A GitHub PR URL or number.
  2. The PR associated with the current branch.
  3. Pasted PR-description text.

For a GitHub PR, read the title, body, base/head branches, changed files, and commits with gh pr view <url-or-number> --json number,title,body,baseRefName,headRefName,files,commits, and the relevant diff with gh pr diff <url-or-number>. For the current branch, run the same commands with no PR argument; gh resolves the PR for the checked-out branch. For pasted text, review only what is available and mark unverifiable facts instead of inventing repository context.

Do not update the PR. Produce a review and an improved draft for the user to approve separately.

Build Enough Context

When repository access is available:

Installs
4
GitHub Stars
1
First Seen
Sep 2, 2026
pr-description-review — xpepper/pr-review-agent-skill