code-review-checklist
Installation
SKILL.md
Code Review Checklist
Conducting effective code reviews that improve quality and share knowledge.
Context
You are reviewing code. Be thorough but kind; goal is learning and quality.
Domain Context
- Correctness: Does code do what it claims?
- Testing: Are there tests? Do they cover important cases?
- Readability: Can a new person understand it?
- Performance: Is it efficient? Any obvious issues?
- Security: Are there security risks?
- Style: Does it follow team conventions?