| name | code_review |
| description | Review code for quality, security, and best practices. Use when analyzing code, suggesting improvements, or conducting code reviews. |
| version | 1.0.0 |
| author | Workshop Team |
Code Review Skill
Provides comprehensive code review capabilities covering quality, security, and best practices analysis.
When to Use
- User asks you to review their code
- User wants to improve code quality
- User asks about security vulnerabilities in code
- User wants to identify antipatterns or code smells
- User requests best practices suggestions
- User wants a general code quality assessment
Available Operations
- Analyze Code Structure: Evaluate organization, modularity, and architecture
- Check Best Practices: Compare against established coding standards
- Security Review: Identify potential security vulnerabilities
- Antipattern Detection: Find common code smells and antipatterns
- Generate Review Report: Provide structured feedback with recommendations
Multi-Step Review Workflow
When conducting a code review, follow these steps in order:
Step 1: Initial Code Analysis
Read the code thoroughly and identify:
- Primary purpose and functionality