What problem does it solve?
This Skill automates the rigorous process of code review, ensuring high code quality, identifying security vulnerabilities, and verifying test coverage. It provides objective feedback and a comprehensive quality score, saving developers time and improving code health before merging.
Core Features & Use Cases
- Integrated Quality Scoring: Calculates an overall score based on code quality, security, test coverage, documentation, and naming/style.
- Quality Gate Enforcement: Checks against predefined blocking and warning criteria (e.g., TypeScript strictness, no hardcoded secrets, complexity limits).
- Code Smell & Complexity Analysis: Detects common code smells (e.g., Long Method, Duplicate Code) and analyzes cyclomatic and cognitive complexity to highlight areas for refactoring.
- Use Case: After writing a new feature, you can ask the AI to "review my code" to get an instant, detailed report on its quality, potential security issues, and suggestions for improvement, ensuring it meets team standards before merging.
Quick Start
Review the current code for quality, security, and test coverage.