Todo Finder banner
zieka zieka

Todo Finder

Productivity community

Description

--- name: todo-finder description: Find TODO/FIXME comments and suggest priorities args: none --- # TODO Finder Discover TODOS and FIXME comments in the codebase ## Workflow - You are not suggesting changes only doing research and planning. - Search the current directory for code comments with TODO or FIXME tags. - Aggregate these and present them. - Also suggest the top 3 to work on.

Installation

Installs to ~/.claude/commands/zieka-cpm-public-registry-todo-finder.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zieka/cpm-public-registry/HEAD/.claude/commands/todo-finder.md -o ~/.claude/commands/zieka-cpm-public-registry-todo-finder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository