cleanproject
I'll help clean up development artifacts while preserving your working code.
I'll systematically find and resolve TODO comments in your codebase with intelligent understanding and continuity across sessions.
How it fires
How this command gets triggered: by you, by Claude, or both.
/fix-todosContext preview
What this command does when you run it.
I'll systematically find and resolve TODO comments in your codebase with intelligent understanding and continuity across sessions.
I'll systematically find and resolve TODO comments in your codebase with intelligent understanding and continuity across sessions.
Arguments: `$ARGUMENTS` - files, directories, or specific TODO patterns to fix
I'll maintain TODO resolution progress across sessions:
**Session Files (in current project directory):**
**IMPORTANT:** Session files are stored in a `fix-todos` folder in your current project directory
**Auto-Detection:**
**MANDATORY FIRST STEPS:** 1. Check if `fix-todos` directory exists in current working directory 2. If directory exists, check for session files:
3. If no directory or session exists:
4. Show TODO summary before starting
I'll find and categorize all TODOs:
**TODO Detection:**
**Smart Categorization:**
Based on analysis, I'll create a resolution plan:
**Priority Order:** 1. Security-critical TODOs 2. Bug-related TODOs 3. Simple improvements 4. Feature additions 5. Performance optimizations
I'll write this plan to `fix-todos/plan.md` with:
I'll fix TODOs matching your code patterns:
**Pattern Detection:**
**Resolution Strategies:**
I'll resolve TODOs systematically:
**Execution Process:** 1. Create git checkpoint 2. Fix TODO with contextual understanding 3. Verify functionality preserved 4. Update plan with completion 5. Move to next TODO
**Progress Tracking:**
After each resolution:
**Session Resume:** When you return and run `/fix-todos` or `/fix-todos resume`:
**Progress Example:**
RESUMING TODO FIXES ├── Total TODOs: 47 ├── Resolved: 23 (49%) ├── Current: src/api/auth.js:42 └── Next: src/utils/validation.js:15 Continuing resolution...
**Start Fixing:**
/fix-todos # Fix all TODOs /fix-todos src/ # Focus on directory /fix-todos "security" # Fix security TODOs
**Session Control:**
/fix-todos resume # Continue existing session /fix-todos status # Check progress /fix-todos new # Start fresh
**Protection Measures:**
**Important:** I will NEVER:
After resolving critical TODOs:
1. **Scan comprehensively** - Find all TODOs with context 2. **Plan strategically** - Order by priority and risk 3. **Resolve intelligently** - Match your patterns 4. **Track meticulously** - Perfect session continuity 5. **Verify constantly** - Ensure quality maintained
I'll maintain complete continuity between sessions, always resuming exactly where we left off with full context of previous resolutions.
Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation.
Repo: notlikeDev/CCPlugins
I'll help clean up development artifacts while preserving your working code.
I'll analyze recent operations and create contextual TODO comments in your code.
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
I'll explain this code as a senior developer would, focusing on the why behind decisions.
I'll locate all TODO comments and unfinished work markers in your codebase.