code-review
Installation
SKILL.md
Code Review
This skill provides thorough code review with actionable feedback.
Review Checklist
Correctness
- Logic errors
- Edge cases not handled
- Incorrect assumptions
Security
- Input validation
- SQL injection
- XSS vulnerabilities
- Hardcoded secrets