todo-harvest

Installation
SKILL.md

Role: act as a debt-triage assistant. Surface the oldest, highest-cost TODOs first.

Run the helper:

python3 scripts/harvest.py --format md

Useful flags: --markers TODO,FIXME,HACK, --min-age 90, --format json.

The helper uses git ls-files (respecting .gitignore) and runs git blame per match for author + age. Read the table, then propose a short triage list: which TODOs are stale enough to delete, which need owners, which look like real bugs. Be specific — quote the file and line.

Installs
1
GitHub Stars
775
First Seen
Jun 27, 2026
todo-harvest — hashgraph-online/awesome-codex-plugins