code-review
Installation
Summary
Structured code review framework covering quality, security, performance, and testing standards.
- Provides eight-step review methodology: context understanding, high-level architecture assessment, detailed code inspection, security audit, performance analysis, testing validation, documentation check, and constructive feedback delivery
- Covers SOLID principles, naming conventions, error handling, input validation, authentication/authorization, SQL injection and XSS prevention, and resource management
- Includes comprehensive checklists for functionality, code quality, security, performance, testing, and documentation with prioritization guidance (critical, important, nice-to-have)
- Identifies common anti-patterns (god classes, magic numbers, deep nesting) and security vulnerabilities with corrected code examples across multiple languages
SKILL.md
Code Review
When to use this skill
- Reviewing pull requests
- Checking code quality
- Providing feedback on implementations
- Identifying potential bugs
- Suggesting improvements
- Security audits
- Performance analysis