issue

Create GitHub Issues from predefined templates via the GitHub CLI.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill issue-mj-agentlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/MJ-AgentLab/mj-agentlab-marketplace/tree/main/plugins/mj-git/skills/mj-git-issue
Command: npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill issue-mj-agentlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating GitHub Issues, ensuring all necessary information is captured according to predefined templates.

Core Features & Use Cases

  • Template-Driven Creation: Utilizes specific issue templates (feature.md, bugfix.md, etc.) for structured input.
  • Automated Field Population: Extracts title prefixes and labels directly from template frontmatter.
  • Guided Input: Prompts users for required and optional fields based on the selected issue type.
  • Use Case: When a user wants to report a bug, they can trigger this skill, select the 'Bugfix' template, and be guided through providing the symptom, reproduction steps, and environment details, resulting in a well-formatted GitHub Issue.

Quick Start

Use the issue skill to create a new bug report issue.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I create a structured GitHub Issue from a template using the CLI?

You can create structured GitHub Issues by selecting a predefined template such as bugfix or feature, providing the required fields when prompted, and submitting it directly through the GitHub CLI.

What issue types are supported when generating GitHub bug reports and feature requests?

Supported GitHub Issue types include features, bugfixes, documentation updates, maintenance tasks, and hotfixes, each utilizing a dedicated template to ensure all necessary information is captured.

Do I need the GitHub CLI installed to submit issues with this workflow automation tool?

Yes, GitHub CLI (`gh`) integration is required for issue submission and optional assignee assignment. The Skill relies on the CLI to push the finalized issue to the repository.

Can I automatically assign a GitHub Issue to a specific developer during creation?

Yes, optional assignee assignment is supported during GitHub Issue creation. The Skill prompts for an assignee during the guided input phase before submitting the issue through the GitHub CLI.

How are labels and title prefixes handled when creating GitHub Issues?

Labels and title prefixes are automatically extracted directly from the template frontmatter, ensuring consistent categorization and formatting for your GitHub Issues without manual entry.