create-github-issues-from-file

Convert markdown issue files into labeled GitHub issues via GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of converting issue files into GitHub issues, reducing manual effort and ensuring consistent issue tracking.

Core Features & Use Cases

  • Issue File Parsing: Reads markdown issue files to extract problem descriptions and categorization.
  • Duplicate Prevention: Checks existing GitHub issues to avoid duplicate entries.
  • Automatic Issue Creation: Uses GitHub CLI commands to create issues with appropriate labels for easier tracking.
  • Use Case: For a software team managing bugs and enhancements, convert nightly issue reports into formal GitHub issues for better visibility and prioritization.

Quick Start

Use the create-github-issues-from-file skill to automatically generate GitHub issues from detected problem files.

Frequently Asked Questions about create-github-issues-from-file

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

FAQPage Schema
How do I automatically create GitHub issues from markdown files?

To automatically create GitHub issues from markdown files, this Skill parses issue files to extract descriptions and categorization, then uses GitHub CLI commands to generate formal issues with appropriate labels for bulk tracking.

Can I prevent duplicate GitHub issues when bulk creating from issue files?

Yes, you can prevent duplicate GitHub issues during bulk creation because this Skill checks existing issues in your repository before creating new entries, ensuring no redundant tickets are generated from your issue files.

Does this issue file conversion process support automatic severity prioritization?

Yes, the issue file conversion process supports automatic severity prioritization by extracting categorization data from markdown files and assigning appropriate labels to help development teams organize and track work efficiently.

What is the best way to convert nightly bug reports into formal GitHub issues?

The best way to convert nightly bug reports into formal GitHub issues is using this Skill to parse markdown problem files, apply best practice issue labeling, and execute GitHub CLI commands for automated bulk creation.

Do I need the GitHub CLI installed to automate issue creation from files?

Yes, you need the GitHub CLI installed because this Skill relies on GitHub CLI commands to automatically create issues with appropriate labels and manage issue tracking workflows efficiently.