| description | Review a pull request using project standards |
|---|---|
| allowed-tools | Read, Glob, Grep, Bash(git:*), Bash(gh:*) |
Review the pull request: $ARGUMENTS
-
Get PR information:
- Run
gh pr view $ARGUMENTSto get PR details - Run
gh pr diff $ARGUMENTSto see changes
- Run
-
Read review standards:
- Read
.claude/agents/code-reviewer.mdfor the review checklist
- Read
-
Apply the checklist to all changed files:
- TypeScript strict mode compliance
- Error handling patterns
- Loading/error/empty states
- Test coverage
- Documentation updates
-
Provide structured feedback:
- Critical: Must fix before merge
- Warning: Should fix
- Suggestion: Nice to have
-
Post review comments using
gh pr comment