github-issues-planning

Create typed GitHub Issues with labels, priorities, and parent-child links.

1|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/intelligentcode-ai/skills --skill github-issues-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues-planning
Source: https://github.com/intelligentcode-ai/skills/tree/main/skills/github-issues-planning
Command: npx skills add https://github.com/intelligentcode-ai/skills --skill github-issues-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines GitHub issue management by ensuring consistent labeling, prioritization, and hierarchical structuring, making project tracking more efficient and organized.

Core Features & Use Cases

  • Automated Issue Creation: Create epics, stories, bugs, findings, and work-items with predefined labels and priorities.
  • Hierarchy Management: Establish parent-child relationships between issues for better project breakdown.
  • Use Case: When starting a new feature, use this Skill to create an epic, break it down into stories, and link them all under the epic, ensuring clear visibility and organization from the outset.

Quick Start

Use the github-issues-planning skill to create a new bug issue with priority p1 and link it to parent issue number 123.

Frequently Asked Questions about github-issues-planning

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

FAQPage Schema
How do I structure GitHub issues with parent-child links and consistent labels?

The github-issues-planning skill automates GitHub issue structuring by creating typed issues like epics, stories, and bugs with consistent labels, priorities, and parent-child relationships. It enforces taxonomy to make project tracking organized and efficient.

What's the best way to automate GitHub issue creation for epics and stories?

The best way to automate GitHub issue creation for epics and stories is by using a skill that enforces issue taxonomy via the gh CLI. It automatically applies predefined labels and priorities while linking child stories to their parent epics.

Do I need GitHub CLI installed to manage issue hierarchies and tracking?

Yes, you need the GitHub CLI installed and authenticated to manage issue hierarchies and tracking with this automation approach. Python 3 is also required, with an optional GitHub MCP fallback available for execution.

How does hierarchical issue breakdown work for GitHub project planning?

Hierarchical issue breakdown for GitHub project planning works by establishing parent-child relationships between typed issues. You create an epic, break it down into stories or work-items, and link them under the parent for clear visibility.

Can I create a bug issue and link it to a parent epic automatically?

Yes, you can create a bug issue and link it to a parent epic automatically. By specifying the issue type, priority level, and parent issue number, the automation tool structures the relationship and applies the correct tracking labels.

What are the limitations of using GitHub issues for structured project tracking?

Limitations of using GitHub issues for structured project tracking include the strict dependency on GitHub CLI installation and Python 3 environment setup. Complex hierarchy management also requires consistent label enforcement to avoid organizational drift across epics and stories.