review-pr
Review a GitHub pull request and provide structured feedback with severity ratings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review a GitHub pull request and provide structured feedback with severity ratings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Deploy to staging or production environment with pre-flight checks
Explain code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit
Show a summary of the current project state including git, tests, and build status
| name | review-pr |
| description | Review a GitHub pull request and provide structured feedback with severity ratings |
| context | fork |
| agent | Explore |
| allowed-tools | Bash(gh *), Read, Grep, Glob |
| argument-hint | [PR number] |
| disable-model-invocation | true |
gh pr view $ARGUMENTS --json title,body,author,baseRefName,headRefName,additions,deletions,changedFilesgh pr diff $ARGUMENTSgh pr diff $ARGUMENTS --name-onlyPerform a thorough code review:
Organize findings by severity:
End with a clear recommendation: Approve / Request Changes / Needs Discussion