| name | review-pr |
| description | Review a pull request against gopipe project standards. Usage: /review-pr [NUMBER] (omit for current branch PR) |
Review PR
Review PR $ARGUMENTS (or the current branch PR if no number given) against gopipe standards.
Steps
-
Fetch PR details:
gh pr view $ARGUMENTS
gh pr diff $ARGUMENTS
gh pr checks $ARGUMENTS
-
Review against each checklist item below and report pass/fail with specific line references
Review Checklist
Code Quality
Tests
Documentation
Git
Output Format
Report as:
PR #N Review: <title>
PASS ✓ / FAIL ✗ / N/A for each checklist item
Issues found:
- <specific issue with file:line reference>
Overall: APPROVED / CHANGES REQUESTED