agents-pr-review
Installation
SKILL.md
PR Review Skill (agents library)
Required
ghCLIgit(PR branch must be checked out locally for authoritative diff)
Working directory
- repo root (parent of this
.claude)
Commands
Run all three together:
gh pr view <PR_NUMBER> --json title,number,body,files,commits,additions,deletions,changedFiles,baseRefName,headRefName,author,labelsgh pr diff <PR_NUMBER>— GitHub API diff (may be stale)git diff $(gh pr view <PR_NUMBER> --json baseRefName --jq '.baseRefName') -- $(gh pr view <PR_NUMBER> --json files --jq '[.files[].path] | join(" ")')— authoritative local diff