convert-github-issues-to-fixmes

Convert triaged GitHub issues into inline FIXMEs in code files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, git, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of efficiently transforming triaged GitHub issues into code-level reminders, ensuring bugs and tasks are documented directly within the codebase for quick developer reference.

Core Features & Use Cases

  • Issue Loading & Filtering: Fetches open "autoclaude" labeled issues and filters comments to only those from authorized users.
  • Issue Processing & Branching: Creates a dedicated branch for processing issues, supporting systematic triage.
  • In-Context Fix Deployment: Adds FIXMEs at precise locations in the code, based on issue details, or logs non-issues for ignored cases.
  • Use Case: Developers triage issues via GitHub comments, then convert approved issues into FIXMEs in the relevant code files for team awareness.

Quick Start

Run the script to load triaged issues, create a dedicated branch, then generate FIXMEs or log ignored issues before pushing a pull request.

Frequently Asked Questions about convert-github-issues-to-fixmes

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

FAQPage Schema
How do I convert triaged GitHub issues into inline code comments automatically?

This Skill automates converting triaged GitHub issues into inline FIXMEs within code files. It fetches open labeled issues, filters authorized comments, and inserts FIXMEs directly into the relevant codebase locations to ensure direct developer action and traceability.

What's the best way to automate GitHub issue triage and reflect approved tasks in my codebase?

Automating GitHub issue triage is best handled by converting authorized issue comments into inline FIXMEs. This approach creates a dedicated branch, adds contextual code comments at precise locations, and logs ignored cases to ensure approved tasks are reflected directly in the codebase.

Do I need specific CLI tools to process GitHub issues into code comments?

Yes, you need the gh, jq, and git command-line tools installed to process GitHub issues into code comments. These dependencies are required to fetch issues, parse JSON metadata, and manage the dedicated branch where the inline FIXMEs are deployed.

Can I filter GitHub issue comments to only process authorized user feedback?

Yes, you can filter GitHub issue comments to only process authorized user feedback. The Skill fetches open issues with specific labels and filters the comments to ensure only approved users' feedback is converted into inline FIXMEs within the codebase.

How does branch management work when adding FIXMEs from GitHub issues?

Branch management when adding FIXMEs from GitHub issues works by creating a dedicated processing branch. This isolates the code comments generated from triaged issues, supporting systematic triage and a clean pull request before merging changes into the main codebase.

What happens to GitHub issues that are ignored during the triage conversion process?

GitHub issues that are ignored during the triage conversion process are logged as non-issues. Instead of inserting an inline FIXME in the code, the Skill records these ignored cases to maintain documentation accuracy and provide visibility into why certain issues were bypassed during triage.