resolve-todos

Installation
SKILL.md

Resolve TODOs Skill

Purpose: Resolve all TODO comments using parallel processing.

Arguments

  • file-or-dir-path (optional): Path to a specific file or directory to scan for TODOs. If omitted, scans the entire repository.

Workflow

1. Gather TODOs

First, identify the scope:

  • If an argument is provided, scan that specific file or directory
  • If no argument, scan the entire codebase

Search for TODO comments in code files using Grep with pattern: (?i)TODO|FIXME|XXX

For each TODO found:

Related skills
Installs
11
First Seen
Mar 5, 2026