code-review
Installation
SKILL.md
Code Review Skill
Guidance for effective code reviews, constructive feedback, and maintaining code quality.
Quick Start
## Code Review Checklist
### Functionality
- [ ] Does the code implement the requirements?
- [ ] Are edge cases handled?
- [ ] Is error handling appropriate?
### Code Quality
- [ ] Is the code readable and understandable?
- [ ] Are variable/function names descriptive?
- [ ] Is there unnecessary complexity?