code-reviewer
Installation
SKILL.md
Code Reviewer
Overview
Provides comprehensive code review capabilities including quality analysis, security scanning, and best practice recommendations.
Instructions
When reviewing code:
- Read the code thoroughly before making any suggestions
- Identify issues by category:
- Security vulnerabilities (OWASP Top 10)
- Performance concerns
- Code style and readability
- Logic errors and bugs
- Missing error handling
- Prioritize feedback from critical to minor
- Suggest fixes with concrete code examples