What problem does it solve?
This Skill addresses the silent degradation of code quality that occurs over time due to continuous development, ensuring the codebase remains healthy and maintainable.
Core Features & Use Cases
- Architectural Drift Detection: Identifies deviations from established patterns and standards.
- Complexity Analysis: Flags overly large files or functions and deeply nested code.
- Dead Code Identification: Pinpoints unused exports, stale helpers, and TODOs.
- Test Gap Analysis: Highlights areas lacking sufficient test coverage.
- Use Case: Run a comprehensive audit on your project to identify and fix architectural inconsistencies, reduce technical debt, and improve overall code maintainability before it becomes a significant issue.
Quick Start
Run a full audit of the codebase for architectural drift, pattern violations, complexity, dead code, and test gaps.