소개
The Tech Debt Scanner is a high-performance utility designed for Claude Code to maintain codebase health through automated static analysis. By deploying specialized parallel subagents, it simultaneously scans for structural code duplication, security anti-patterns, cyclomatic complexity, and dead code. It is specifically optimized for 'session-end' workflows, allowing developers to catch and resolve issues immediately after making changes while the context is fresh. The tool provides actionable severity-ranked reports and includes an interactive auto-fix mode for safe remediations like removing unused imports or simplifying redundant logic.