| name | code-review |
| version | 1.0.0 |
| description | Perform code review with best practices and security focus |
| triggers | ["review code","code review","check code","review pr"] |
| category | code |
| quality_bar | Provides actionable feedback with specific line references |
Code Review
Perform thorough code reviews.
When to Trigger
- User asks to review code
- User asks to review a PR
- During development for quality checks
Steps
- Read the code - Understand the context
- Check functionality - Does it do what it claims?
- Review style - Follows project conventions?
- Security check - Any vulnerabilities?
- Performance - Any bottlenecks?
- Tests - Adequate test coverage?
- Provide feedback - Specific, actionable
Quality Bar
- Specific line references
- Actionable suggestions
- Security awareness
- constructive tone
Tools Required