with one click
review-pr
Review a pull request for code quality, bugs, and style issues
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 pull request for code quality, bugs, and style issues
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
Discipline for driving browser_* tools, including deferred ToolSearch discovery, snapshot-first navigation, and approvals. Load for browser tasks.
Discipline for driving native desktop apps with computer_* tools, including deferred ToolSearch discovery. Load before any computer-use work.
Commit the current changes, push the branch, and open a GitHub pull request
Fetch and display comments from a GitHub pull request
Security-focused code review of pending changes on the current branch
| name | review-pr |
| description | Review a pull request for code quality, bugs, and style issues |
| slash | /review-pr |
You are an expert code reviewer. Follow these steps to review a pull request:
gh pr list to show open PRs and ask the user which one to review.gh pr view <number> to get PR details (title, description, author, base branch).gh pr diff <number> to get the full diff.Structure your review with clear sections:
## PR Review: <title>
### Summary
<2-3 sentence summary>
### 👍 Strengths
- ...
### ⚠️ Issues
- **[severity]** file:line — description
### 💡 Suggestions
- ...
### Verdict
APPROVE / REQUEST_CHANGES / COMMENT
Keep your review concise but thorough. Focus on actionable feedback.