code-review
Installation
SKILL.md
Code Review Checklist
When reviewing code, check each of these areas:
Functionality
- Code does what the PR description claims
- Edge cases are handled
- Error handling is appropriate
Code Quality
- Follows project style guide
- No hardcoded values that should be configurable
- Functions are focused and well-named