create-fixmes

Insert FIXME comments into code for listed issues.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mngr --skill create-fixmes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-fixmes
Source: https://github.com/imbue-ai/mngr/tree/main/.claude/skills/create-fixmes
Command: npx skills add https://github.com/imbue-ai/mngr --skill create-fixmes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying and inserting FIXMe comments into codebases to streamline issue tracking and code maintenance.

Core Features & Use Cases

  • Issue Annotation: Automatically generate # FIXME comments in code for listed issues.
  • Batch Processing: Handle multiple issues across large codebases with minimal manual effort.
  • Use Case: When given a list of code issues in a file, this Skill inserts clear FIXMEs into the relevant code locations, saving developer time during debugging and review.

Quick Start

Use the create-fixmes skill to add fixme comments to the specified codebase based on issues listed in the input file.

Frequently Asked Questions about create-fixmes

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

FAQPage Schema
How do I automate adding FIXME comments to code for identified issues?

To automate adding FIXME comments, you provide a list of identified code issues to the system, which then automatically inserts standardized FIXME annotations into the relevant code sections across your software project to facilitate quicker debugging and code review.

What is the best way to track code issues across a large codebase without manual effort?

Tracking code issues across large codebases is best handled by batch processing a list of identified problems to automatically generate clear FIXME annotations, ensuring systematic and consistent annotation of problematic code sections with minimal manual developer effort.

Can I use automated FIXME annotations across different programming languages?

Yes, you can use automated FIXME annotations across various programming languages. The system is designed for developers managing bug fixes and code improvements in diverse software projects, ensuring consistent issue tracking regardless of the specific programming language used.

How does batch processing work when inserting FIXME comments for multiple code issues?

Batch processing for inserting FIXME comments works by taking an input file containing a list of code issues and automatically generating annotations at the relevant code locations. This allows you to handle multiple issues across large codebases simultaneously, saving developer time during debugging and review.

Do I need a specific issue tracking tool to generate in-code FIXME comments?

No specific issue tracking tool is required to generate in-code FIXME comments. You simply need a file listing the identified code issues to use as input, and the automation will insert the annotations directly into your codebase to streamline maintenance.