What problem does it solve?
Manually reviewing code for adherence to strict quality standards (file size, complexity, naming, imports) is time-consuming, inconsistent, and often misses critical issues. This Skill automates the entire review process, providing instant, objective feedback.
Core Features & Use Cases
- Automated Code Checks: Verifies file size (≤180 lines), function complexity (≤15), proper naming conventions (e.g.,
I prefix for interfaces), and correct import patterns.
- Architectural Compliance: Ensures adherence to the 6-folder structure, preventing misplacement of files and cross-module dependencies.
- Detailed Fixes: Provides specific, actionable suggestions and examples for resolving any detected violations, guiding you through the refactoring process.
- Use Case: Before committing your code, run a full quality review. This skill will automatically scan your files, report any violations, and guide you through the refactoring process, ensuring your code meets all DevPrep AI standards without manual oversight.
Quick Start
Use the quality-reviewer skill to perform a full quality review of my latest changes.