What problem does it solve? Technical debt accumulates silently in codebases, slowing development and increasing risk. This Skill automates the detection of code smells, dependency problems, and quality issues, then helps you document, categorize, and prioritize them in a structured debt register. ## Core Features & Use Cases - Automated Code Smell Detection: Scans JavaScript/TypeScript source files for large files, complex functions, TODO/FIXME markers, console statements, weak typing, long parameter lists, deep nesting, and magic numbers. - Dependency Health Analysis: Examines package.json for deprecated packages, duplicate functionality, and unsafe version constraints. - Debt Documentation Templates: Provides a technical debt register template and ADR template to standardize how findings are recorded and tracked. - Use Case: Before sprint planning, run the analysis scripts on your codebase, review the generated markdown report, and populate a debt register so the team can prioritize the top five items for the next sprint. ## Quick Start Analyze the src directory of my project for technical debt and create a prioritized debt register from the findings.