LLM Skills
~/catalog/technical documentation//find-todos

Find Development Tasks

/find-todos

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

notlikeDevnotlikeDev
2.8k
October 7, 2025
MIT License
// skill content

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 assessment based on the marker type When I find multiple items, I’ll create a to-do list to organize them by priority: - Critical (FIXME, HACK, XXX): Issues that could cause problems - Important (TODO): Features or improvements needed - Informational (NOTE): Context that might require attention I’ll also identify: - TODOs that reference missing implementations - Placeholder code that needs to be replaced - Incomplete error handling - Stubbed functions awaiting implementation After scanning, I’ll ask: “Should these be converted into GitHub issues?” - Yes: I’ll create properly categorized issues - TODOs only: I’ll maintain the local to-do list - Summary: I’ll provide an organized report Important: I will NEVER: - Add "Created by Claude" or any AI attribution to issues - Include "Generated with Claude Code" in descriptions - Modify repository settings or permissions - Add any AI/assistant signatures or watermarks This helps track and prioritize unfinished work systematically.

// original public source
notlikeDev/CCPlugins
/commands/find-todos.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/find-todos.md" "https://raw.githubusercontent.com/notlikeDev/CCPlugins/main/commands/find-todos.md"
Then in Claude Code, type /find-todos to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatornotlikeDev
Stars 2.8k
LicenseMIT License
UpdatedOctober 7, 2025
Format.md
AccessFree
// similar

Skills Technical documentation

View allarrow_forward