code-review
Installation
SKILL.md
Code Review Skill
Purpose
Perform thorough code reviews that identify issues and suggest improvements.
Review Checklist
When reviewing code, check for:
Code Quality
- Clear variable and function names
- DRY (Don't Repeat Yourself) principles
- Single responsibility principle
- Appropriate error handling