create-todos
Installation
SKILL.md
Create Smart TODOs
I'll analyze recent operations and create contextual TODO comments in your code.
Token Optimization Strategy
Target: 60% reduction (2,500-4,000 → 1,000-1,600 tokens)
Core Optimization Patterns
1. Focused Scope Analysis (300-600 tokens saved)
- Require explicit file/function/class target
- Use
--scope <path>flag for targeted TODO placement - Default to git diff output for recently changed code
- Analyze ONLY the specified scope vs. entire codebase
- Exit early if scope already has sufficient TODOs