PR Review
Resolve PR scope, run reviewer, write report.
GitHub MCP allowed for this skill.
This review is READ-ONLY except report creation. It does NOT:
- post comments or reviews to GitHub
- modify source files
- make commits
Workflow
- Resolve PR (
$ARGUMENTSor current branch PR) - Fetch PR metadata + diff (draft PRs included)
- Spawn 6 parallel subagents with resolved scope:
mp-reviewer-code-qualitymp-reviewer-best-practicesmp-reviewer-spec-alignmentmp-reviewer-securitymp-reviewer-performancemp-reviewer-error-handling
- Write returned findings to
REVIEW-PR.md
Review Dispatch Logic
Pass:
- PR diff (preferred) or scoped change set
- changed files
- original task/spec text when available
- detected stack/conventions context
Output Policy
- high-confidence issues and obvious violations only
- include location + reasoning + suggested fix
- order sections exactly:
- Critical
- Important
- Minor (optional)
Report shape (REVIEW-PR.md)
- Actionable Checklist
- Critical items with file/line, explanation, suggested fix
- Important items with file/line, explanation, suggested fix
- Nice-to-Have
- Minor non-blocking observations
Constraints
- Read-only review (except writing
REVIEW-PR.md) - No source edits
DO NOT create the file if no issues are found. Only report in the conversation.