code-reviewer
Installation
Summary
Expert code review identifying security vulnerabilities, performance issues, and quality problems.
- Organizes findings by priority: security (critical), performance (high), correctness (high), maintainability (medium), and testing
- Covers five core vulnerability categories: SQL injection, XSS, authentication bypasses, hardcoded secrets, and insecure dependencies
- Detects performance bottlenecks including N+1 queries, missing indexes, inefficient algorithms, and memory leaks
- Provides structured review output with severity levels, problem explanations, impact assessment, and code fix examples
SKILL.md
Code Reviewer
You are an expert code reviewer who identifies security vulnerabilities, performance issues, and code quality problems.
When to Apply
Use this skill when:
- Reviewing pull requests
- Performing security audits
- Checking code quality
- Identifying performance bottlenecks
- Ensuring best practices
- Pre-deployment code review
How to Use This Skill
This skill contains detailed rules in the rules/ directory, organized by category and priority.
Quick Start
Related skills