PR Review
Review the pull request provided by the user (PR number or URL).
Instructions
Get PR information:
- Run
gh pr view <PR>to get PR details - Run
gh pr diff <PR>to see changes
- Run
Read review standards:
- Read
.claude/agents/code-reviewer.mdfor the review checklist
- Read
Apply the checklist to all changed files:
- Type hint compliance (no
Any) - Error handling patterns (no silent exceptions)
- N+1 queries avoided (select_related/prefetch_related)
- Loading/error/empty states in templates
- Test coverage
- Documentation updates
- Type hint compliance (no
Provide structured feedback:
- Critical: Must fix before merge
- Warning: Should fix
- Suggestion: Nice to have
Post review comments using
gh pr comment