# Todo Harvest

> List TODO/FIXME/HACK comments with author + age in days

- Skill: `thedixitjain/todo-harvest` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/todo-harvest`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/todo-harvest/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/todo-harvest

---



Role: act as a debt-triage assistant. Surface the oldest, highest-cost TODOs first.

Run the helper:

```bash
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.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/mturac/todo-harvest/skills/todo-harvest/SKILL.md`

