resolve-todos

Resolve TODO and FIXME comments by analyzing dependencies and executing parallel agents.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/VitaDynamics/vita-cc-market --skill resolve-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-todos
Source: https://github.com/VitaDynamics/vita-cc-market/tree/main/plugins/Vengineer/skills/resolve-todos
Command: npx skills add https://github.com/VitaDynamics/vita-cc-market --skill resolve-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the resolution of all TODO and FIXME comments within a codebase, significantly reducing manual code cleanup and technical debt.

Core Features & Use Cases

  • Automated TODO Identification: Scans the entire codebase or specified directories for TODO, FIXME, and XXX comments.
  • Contextual Understanding: Extracts surrounding code to provide context for each TODO item.
  • Dependency Analysis: Identifies and visualizes dependencies between TODO items to ensure correct resolution order.
  • Parallel Resolution: Leverages parallel processing to resolve independent TODOs concurrently, speeding up the cleanup process.
  • Commit Generation: Creates descriptive commit messages summarizing all resolved TODOs.

Quick Start

Use the resolve-todos skill to scan the current project for any TODO comments and resolve them.

Frequently Asked Questions about resolve-todos

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

FAQPage Schema
How do I automatically resolve TODO and FIXME comments across a codebase?

You can automatically resolve TODO and FIXME comments by scanning the codebase, extracting context, analyzing dependencies, and dispatching parallel agents to fix each item concurrently.

What is the best way to handle technical debt from scattered TODO comments in code?

Handling technical debt from TODO comments involves identifying all instances, understanding their code dependencies, and executing parallel resolutions to clear them efficiently while generating commit messages.

Can I scan specific files or directories for TODO and FIXME comments instead of the whole project?

Yes, you can scan specific files or entire directories for TODO, FIXME, and XXX comments to target code cleanup precisely where it is needed without processing the whole project.

How does parallel processing improve code cleanup for multiple TODO items?

Parallel processing improves code cleanup by analyzing dependencies between TODO items and executing independent resolutions concurrently, significantly reducing the time needed to clear technical debt.

Do I need specific tools to run automated TODO resolution in my repository?

Automated TODO resolution requires Grep, Glob, Task, and AskUserQuestion tools to scan files, extract context, manage parallel agents, and handle user confirmations during execution.

Why should I analyze dependencies before resolving TODO comments in parallel?

Analyzing dependencies before resolving TODO comments ensures correct resolution order, preventing parallel agents from overwriting changes when items are linked or rely on the same code structures.