pr-description-review
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:
- A GitHub PR URL or number.
- The PR associated with the current branch.
- 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: