一键导入
review-pr
Review a pull request for code quality, bugs, and style issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review a pull request for code quality, bugs, and style issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.