Technical documentationGitHub source
Find Development Tasks
/find-todosI'll locate all TODO comments and unfinished work markers in your codebase.
// 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.