code-review
Installation
SKILL.md
Code Review
Perform a thorough code review of the provided code:
Review Areas
Correctness
- Does the code do what it's supposed to?
- Are edge cases handled?
- Are error conditions handled properly?
Security
- Any injection vulnerabilities?
- Proper input validation?
- Sensitive data exposure?
- Authentication/authorization correct?