todo-cleanup

Scan code repositories for TODO/FIXME comments and create GitHub issues.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill todo-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-cleanup
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/todo-cleanup
Command: npx skills add https://github.com/awinogradov/code-assistants --skill todo-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of scanning your codebase for TODO/FIXME comments, verifying their status, and creating GitHub issues for untracked TODOs.

Core Features & Use Cases

  • Scan for TODOs: Identifies TODO/FIXME comments in your code.
  • Verify Status: Checks if referenced issues are open or closed.
  • Create Issues: Automatically creates GitHub issues for untracked TODOs.
  • Update Links: Adds @see tags to linked issues.
  • Use Case: Streamline your code review process by ensuring all TODOs are accounted for and linked to their corresponding issues.

Quick Start

Run the todo-cleanup skill to automatically clean up TODO/FIXME comments in your codebase.

Frequently Asked Questions about todo-cleanup

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

FAQPage Schema
How do I automatically scan for TODO and FIXME comments in my codebase?

To automatically scan for TODO and FIXME comments, this Skill analyzes your code repository to identify untracked items and check their status. It handles both linked and unlinked entries across multiple programming languages.

Can I automatically create GitHub issues for untracked TODO comments?

Yes, you can automatically create GitHub issues for untracked TODO comments. The Skill verifies the status of referenced issues and generates new GitHub issues for any untracked TODOs it discovers during the codebase scan.

What is the best way to verify if a TODO comment references an open or closed issue?

The best way to verify if a TODO references an open or closed issue is using automated code analysis within GitHub. The Skill checks the status of referenced issues and adds @see tags to update linked items.

Do I need GitHub API access to manage TODO cleanup in my repositories?

Yes, you need GitHub API access to manage TODO cleanup. The Skill requires GitHub API access and configured agents for code analysis to scan repositories, verify linked issues, and create new issues for untracked TODOs.

Does this TODO management tool work with multiple programming languages?

Yes, this TODO management tool works with multiple programming languages. It scans your codebase to identify TODO and FIXME comments, verifying their status and creating issues regardless of the specific programming language used.