Find Todos banner
notlikeDev notlikeDev

Find Todos

Development community

Description

# Find Development Tasks I'll locate all TODO comments and unfinished work markers in your codebase. I'll use the Grep tool to efficiently search for task markers with context: - Pattern: "TODO|FIXME|HACK|XXX|NOTE" - Case insensitive search across all source files - Show surrounding lines for better understanding For each marker found, I'll show: 1. **File location** with line number 2. **The full comment** with context 3. **Surrounding code** to understand what needs to be done 4. **Priority

Installation

Installs to ~/.claude/skills/notlikedev-ccplugins-find-todos/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notlikedev-ccplugins-find-todos && curl -fsSL https://raw.githubusercontent.com/notlikeDev/CCPlugins/HEAD/commands/find-todos.md -o ~/.claude/skills/notlikedev-ccplugins-find-todos/SKILL.md

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

Full documentation available on GitHub

View Source Repository