Review Pull Request
Context
Run in parallel:
gh pr view- get PR detailsgh pr diff- get full diff
Workflow
- Get PR details and diff
- Read changed files with surrounding context
- Review for: logic errors, patterns, readability, missing tests
- Provide feedback with file:line references
Rules
- Review ALL changed files, not just the latest commit
- Use
ghCLI for all GitHub operations - Be specific: file:line + issue + suggested fix
- Separate critical issues from suggestions