Review a pull request against project standards
Review a PR for functional correctness and project conventions. Focus on logic, architecture, and behavior. Formatting issues are caught by CI (ruff, pre-commit) and do not need manual review.
gh pr view $ARGUMENTS --json title,body,files,additions,deletions
gh pr diff $ARGUMENTS
Focus on:
## Summary
One-sentence assessment.
## Findings
- List issues grouped by severity (blocking, suggestion, nit)
## Checklist
- [ ] Title matches Conventional Commits
- [ ] Description sections meet word minimums
- [ ] Functional correctness verified
- [ ] Tests cover new/changed code
- [ ] No secrets in diff
End with: APPROVED, CHANGES REQUESTED, or NEEDS DISCUSSION.