What problem does it solve? Engineering teams accumulate technical debt without a clear picture of what to fix first, leading to vague refactoring efforts that waste time. This Skill turns an unstructured codebase review into a concrete, prioritized remediation plan with measurable impact and effort estimates. ## Core Features & Use Cases - Systematic Debt Detection: Scans for long functions, high cyclomatic complexity, duplicated code, missing tests, and deprecated dependencies using static analysis tools like SonarQube, ESLint, and Bandit. - Categorized Prioritization: Classifies debt into security, performance, code quality, dependency, and scalability categories, then ranks items by impact, effort, and ROI. - Actionable Remediation Plan: Produces a sprint-by-sprint plan with engineering-day estimates, quick wins, and P0 security items flagged for immediate action. - Use Case: Before planning a quarter, run an audit on your payment service to surface a missing database index, an EOL framework version, and untested payment logic, then schedule fixes by priority. ## Quick Start Audit the order processing module for technical debt and produce a prioritized remediation plan with effort estimates.