| name | code-review |
| description | Make a code review |
Code Review Skill
Perform comprehensive code reviews with structured feedback.
Usage
/review [file or PR]
Behavior
- Analyze code changes
- Check for:
- Logic errors and bugs
- Security vulnerabilities
- Performance issues
- Code style violations
- Missing tests
- Provide actionable feedback
Review Categories
Critical
Issues that must be fixed:
- Security vulnerabilities
- Data loss risks
- Breaking changes
Important
Issues that should be addressed:
- Performance problems
- Logic errors
- Missing error handling
Suggestions
Nice-to-have improvements:
- Code style
- Better naming
- Refactoring opportunities
Output Format
## Code Review Summary
### Critical Issues
- [file:line] Description
### Important Issues
- [file:line] Description
### Suggestions
- [file:line] Description
### What's Good
- Positive feedback