pr-review
Installation
SKILL.md
Pull Request Review
Patterns for effective code review that maintains quality while supporting developers.
Review Focus Areas
- Correctness - Does the code do what it's supposed to?
- Security - Are there any security vulnerabilities?
- Performance - Are there performance concerns?
- Maintainability - Is the code readable and maintainable?
- Testing - Are there adequate tests?
- Style - Does it follow project conventions?