Find TODO and FIXME Comments

Detect and categorize TODO and FIXME comments in Markdown, Nextflow, and config files.

261|325|Updated Aug 27, 2020
One-click install
npx skills add https://github.com/nextflow-io/training --skill find-todo-and-fixme-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Find TODO and FIXME Comments
Source: https://github.com/nextflow-io/training/tree/main/.claude/skills/find-todos
Command: npx skills add https://github.com/nextflow-io/training --skill find-todo-and-fixme-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams locate and categorize TODO and FIXME comments scattered across documentation, Nextflow scripts, and configuration files, enabling proactive debt reduction and clearer roadmaps.

Core Features & Use Cases

  • Automated Discovery: Detects TODO and FIXME markers in Markdown docs, NF scripts, and config files.
  • Prioritization & Reporting: Classifies findings by priority and aggregates results for review and ticket creation.
  • Use Case: A project with scattered tasks can surface all outstanding items and surface actionable recommendations for sprint planning.

Quick Start

From the repository root, run the skill to scan docs/**/.md, **/.nf, and configuration files for TODO and FIXME markers. The output should summarize file paths, line numbers, and the context of each comment to guide remediation.

Frequently Asked Questions about Find TODO and FIXME Comments

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

FAQPage Schema
How do I find TODO and FIXME comments across my codebase?

You can locate TODO and FIXME comments by scanning Markdown documentation, Nextflow scripts, and configuration files to surface scattered tasks for debt reduction and roadmap planning.

What's the best way to track TODO comments for issue prioritization?

Tracking TODO comments for prioritization involves classifying discovered markers by priority and aggregating results into structured outputs, which directly supports sprint planning and issue ticket creation.

Can I scan Nextflow scripts and configuration files for FIXME markers?

Yes, the skill detects FIXME markers across Nextflow scripts and configuration files, categorizing them by priority to support proactive debt management and clearer roadmaps.

How do I extract TODO comments for code review and documentation maintenance?

Run the skill from your repository root to scan Markdown docs, Nextflow scripts, and config files for TODO markers. It outputs file paths, line numbers, and comment context to guide remediation.

Does static analysis for TODO markers work for codebases of any size?

Yes, static analysis for TODO markers applies to codebases of any size. It automatically discovers and categorizes comments to surface outstanding items regardless of project scale.