Find Todos

Locate development tasks and TODO comments across the codebase

manastalukdar Updated

File contents

Find Development Tasks

I'll locate all TODO comments and unfinished work markers in your codebase.

Token Optimization

Expected range: 100–400 tokens (initial), 50 tokens (cache hit)

Caching: Caches TODO inventory in .claude/cache/find-todos/todo-inventory.json for 7 days. Invalidated when source files change.

Early exit: Returns immediately if no TODO/FIXME/HACK patterns are found.

Patterns used: Grep-before-Read, early exit, git diff scope default

manastalukdar/ai-devstudio/tree/main/skills/find-todos commit 4a3cdb617e

Frequently asked questions

npx skillmds@latest add manastalukdar/find-todos