What problem does it solve?
This Skill automates the process of conducting in-depth code reviews, identifying critical issues related to SOLID principles, security vulnerabilities, performance bottlenecks, and error handling, thereby improving code quality and reducing risks.
Core Features & Use Cases
- Comprehensive Code Analysis: Reviews current git changes against SOLID principles, security best practices, and code quality standards.
- Risk Identification: Detects critical issues like security vulnerabilities (XSS, injection), data loss risks, logic errors, and performance regressions.
- Actionable Recommendations: Provides clear, categorized findings (P0-P3) and suggests specific improvements or refactoring plans.
- Use Case: A developer submits a pull request. The
code-review-expert Skill analyzes the changes, flags a potential SQL injection vulnerability (P0) and a minor SOLID violation (P2), and provides a clear summary with suggested fixes, ready for the developer to address before merging.
Quick Start
Use the code-review-expert skill to review the current git changes.