Todo Tracker
Overview
Use this skill to scan the repo for TODO-style markers and summarize unresolved technical debt. It can rescan the whole repository or only selected files.
Workflow
- Run
scripts/scan_todos.py --repo <path>to scan the whole repo. - Run
scripts/scan_todos.py --repo <path> --files ...when only a subset changed. - Review the generated JSON path.
- Run
scripts/show_todos.py --repo <path>to summarize totals and surface high-priorityFIXMEentries.
Resources
- Script:
scripts/scan_todos.py - Script:
scripts/show_todos.py