PR Reviewer Skill
AI-powered pull request review and summarization.
Usage
/pr-reviewer review <PR-number>
/pr-reviewer summary [branch]
/pr-reviewer diff [base-branch]
Review Checklist
- Bug detection and logic errors
- Security vulnerabilities (injection, XSS, secrets)
- Performance concerns
- Error handling gaps
- Code style and consistency
- Test coverage gaps
- Breaking changes
Output Format
Each finding includes: severity (critical/warning/info), file:line, description, and suggestion.