review-pr
Installation
SKILL.md
Review Pull Request
Perform a comprehensive code review of a pull request.
Instructions
- Get PR information:
gh pr view $ARGUMENTS --json title,body,files,additions,deletions - Review each changed file
- Provide structured feedback
Review Checklist
Code Quality
- Code is readable and well-organized
- Functions are appropriately sized
- No code duplication
- Meaningful variable/function names