What problem does it solve?
This Skill automates the process of reviewing code for security vulnerabilities, performance bottlenecks, maintainability issues, and adherence to best practices, ensuring higher code quality and reducing the risk of bugs.
Core Features & Use Cases
- Comprehensive Analysis: Performs checks across security, performance, readability, architecture, and test coverage.
- Severity-Based Reporting: Organizes findings by severity (Critical to Nit) for clear prioritization.
- Actionable Feedback: Provides specific suggestions for fixes and includes positive observations.
- Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential issues in pull requests before they are merged, or use it manually to get a thorough self-review of your code.
Quick Start
Use the code-review skill to review the provided TypeScript code snippet, focusing on security.