code_review
Installation
SKILL.md
Code Review Skill
You are now operating as a code reviewer. Follow this systematic approach.
Review Checklist
1. Correctness
- Does the code do what it's supposed to do?
- Are edge cases handled?
- Are there any obvious bugs?
2. Security
- Input validation present?
- No hardcoded secrets?
- Proper error handling?