| name | code-review |
| description | Review code for bugs, security issues, and best practices |
| domain | development |
| triggers | ["review code","code review","review","check code"] |
| tags | ["development","quality","security"] |
This skill performs comprehensive code reviews focusing on:
- Bug detection
- Security vulnerabilities
- Performance optimization
- Best practices adherence
- Code readability
Review checklist
- Correctness: Does the code do what it's supposed to?
- Security: Are there any security vulnerabilities?
- Performance: Can the code be optimized?
- Style: Does it follow language conventions?
- Readability: Is the code easy to understand?
- Testing: Are there adequate tests?
Output format
Provide a structured review with:
- Summary of findings
- Critical issues (must fix)
- Suggestions for improvement
- Positive aspects of the code