TodoLens
Code debt scanner. Scans entire codebases for TODO, FIXME, HACK, BUG, XXX, NOTE, OPTIMIZE, and REFACTOR comments across 30+ programming languages. Priority-ranks by tag severity with weighted debt scoring. Finds hotspot files with the most technical debt. Extracts author tags from TODO(name) format. Dark-themed HTML reports with tag cards and distribution bars. Filter by tag type. CI/CD ready — exit code 2 if BUGs found, exit code 1 if debt exceeds threshold. Zero dependencies — single Python file.