technical-debt-detector
Installation
SKILL.md
Technical Debt Detector
Efficiently identify technical debt in large Python projects using scripts that output targeted file locations, minimizing token cost.
Quick Start
# Full analysis - produces prioritized report
python scripts/analyze_all.py /path/to/project
# JSON output for programmatic use
python scripts/analyze_all.py /path/to/project --format json
# Run specific checks only
python scripts/analyze_all.py /path/to/project --only security testing