The TODO FIXME Extractor is a specialized developer tool designed to automatically inventory technical debt markers embedded in your source code. It scans your repository to identify and categorize comments labeled with TODO, FIXME, HACK, XXX, and BUG, providing a structured report of where your code needs attention. Manual Grepping for comments is inefficient and prone to noise. This skill provides a clean, actionable audit of tech debt by extracting the exact file path, line number, and comment context. Use it to: Audit project health before a release or sprint planning. Onboard to a new codebase by identifying known issues and shortcuts. Quantify technical debt across different modules. Filter out noise from dependency and build directories automatically. By invoking this skill, your agent executes a targeted scan of your source files. It returns a categorized list of findings, including the specific tag used and the developer’s notes, allowing you to scope cleanup work without manually hunting through files.
Todo Fixme Extractor
List every TODO, FIXME, HACK, XXX, BUG, and OPTIMIZE comment in your codebase with file, line, and tag.
Install
cmdop skills install agensi-todo-fixme-extractor