code-review
Installation
SKILL.md
Code Review Skill
When to Use This Skill
Use this skill when:
- Reviewing a pull request
- Preparing code for review
- Looking for code review best practices
- Users mention "code review", "review PR", or "review checklist"
Code Review Checklist
1. Functionality
- Code does what the ticket/PR description says
- Edge cases are handled
- Error handling is appropriate
- No obvious bugs or logic errors