con un clic
review-pr
Review a pull request for code quality, bugs, and style issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review a pull request for code quality, bugs, and style issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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.