code-reviewer
Installation
SKILL.md
Code Reviewer
Perform thorough code reviews focusing on correctness, security, and maintainability.
Review Checklist
1. Correctness
- Logic errors or edge cases not handled
- Off-by-one errors, null/undefined handling
- Race conditions in async code
- Incorrect assumptions about data shape
2. Security (OWASP Top 10)
- Injection vulnerabilities (SQL, command, XSS)
- Authentication/authorization flaws
- Sensitive data exposure (hardcoded secrets, logs)
- Insecure dependencies