Create Smart TODOs

Generate contextual TODO comments in code based on project standards and issues.

3|1|Updated Apr 18, 2021
One-click install
npx skills add https://github.com/nashgao/mqtt-client --skill create-smart-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Smart TODOs
Source: https://github.com/nashgao/mqtt-client/tree/main/.claude/skills/create-todos
Command: npx skills add https://github.com/nashgao/mqtt-client --skill create-smart-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of contextual TODO comments within your codebase, helping you track and address technical debt efficiently.

Core Features & Use Cases

  • Contextual TODO Generation: Creates actionable TODOs based on project standards, recent activity, and identified issues (security, tests, reviews, etc.).
  • Format Adaptation: Matches existing TODO comment styles, including categories, comment syntax, and ticket references.
  • Smart Placement: Intelligently places TODOs near relevant code sections for better context.
  • Use Case: After a security scan reveals vulnerabilities, this Skill can automatically add // TODO [Security]: Fix vulnerability at line X comments directly in the affected code files.

Quick Start

Use the create-todos skill to add a TODO comment for the recent test failures.

Frequently Asked Questions about Create Smart TODOs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate TODO comments for technical debt in my codebase?

To automatically generate TODO comments for technical debt, this Skill analyzes project documentation, existing comment formats, and recent activities to intelligently place actionable comments near relevant code sections.

Can I format generated code comments to match my project's existing TODO standards?

Yes, you can format generated code comments to match your project's existing TODO standards. The Skill adapts to your established comment syntax, categories, and ticket references for consistent integration.

What is the best way to track security vulnerabilities using TODO comments?

The best way to track security vulnerabilities using TODO comments is by applying this Skill after security scans to automatically insert categorized, actionable comments directly at the affected code locations.

How does automated TODO generation handle context placement in source files?

Automated TODO generation handles context placement by analyzing your project documentation and recent development activities to ensure comments are intelligently placed near the relevant code sections for maximum context.

Do I need to configure project documentation before generating actionable code comments?

You need to provide project documentation and existing TODO formats as input. The Skill requires analyzing this context alongside recent development activities to ensure the generated code comments are actionable and well-placed.