What problem does it solve?
This Skill helps improve codebase health by identifying and tracking technical debt, code smells, and other quality issues, providing a clear path to remediation.
Core Features & Use Cases
- Codebase Scanning: Analyzes code for various quality dimensions including mechanical (health, duplication, security) and subjective (naming, clarity, AI debt).
- Technical Debt Tracking: Identifies and quantifies technical debt, distinguishing between fixable issues and intentional "wontfix" items.
- Automated Remediation: Offers auto-fixers for common issues and guides manual refactoring efforts.
- Use Case: When a user asks "How healthy is our codebase?" or "What should we fix next?", this Skill provides a comprehensive health score and a prioritized list of actionable improvements.
Quick Start
Run 'desloppify scan --path .' to analyze the current project for code quality issues.