Technical documentationGitHub source
Create Smart TODOs
/create-todosI'll analyze recent operations and create contextual TODO comments in your code.
// skill content
Create Smart TODOs I'll analyze recent operations and create contextual TODO comments in your code. First, let me understand your project standards: - Read README.md for project conventions - Read CONTRIBUTING.md for code style guidelines - Grep existing TODOs to ensure they match your format - Read documentation to understand the technical context I’ll examine what just happened in our session: - Security scan findings that need to be fixed - Test failures requiring attention - Code review issues to address - Identified architecture improvements - Suggested performance optimizations Using native tools to analyze context: - Grep tool to find related code sections - Read tool to understand implementation details - TodoWrite to track the TODOs I’m creating For each TODO, I’ll: 1. Find the exact location where it belongs 2. Analyze the surrounding code for context 3. Create clear, actionable TODO comments 4. Include priority and category markers TODO Format Adaptation: I’ll match your project’s existing TODO style: - Check if you use categories like [Security] or (SECURITY) - Match comment style: //, #, /* */, etc. - Follow any ticket reference patterns your project uses - Respect line length limits set by your linter Smart Context References: I'll create TODOs that reference the source of the issue: - Security findings will reference the scan line number - Performance issues will include measured thresholds - Bug fixes will reference locations where tests fail - Refactoring needs will reference architectural patterns I’ll use intelligent placement: - Security TODOs near vulnerable code - Performance TODOs at bottleneck locations - Bug fixes where errors occur - Architecture TODOs at integration points After creating TODOs, I’ll ask: “How would you like to track these?” - Convert to GitHub issues with /todos-to-issues - Keep as code comments for gradual resolution - Generate a summary report for team review Important: I will NEVER: - Add "Generated by Claude" or AI attribution to TODOs - Create vague or non-actionable TODOs - Place TODOs in random locations - Overwhelm the code with excessive comments This creates a clear technical debt roadmap directly in your codebase.
// original public source
notlikeDev/CCPlugins/commands/create-todos.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.