github-epic

Create parent GitHub issues with problem, solution, impact, and success criteria sections.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HacknBash/dots --skill github-epic
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-epic
Source: https://github.com/HacknBash/dots/tree/main/files/config/opencode/skills/github-epic
Command: npx skills add https://github.com/HacknBash/dots --skill github-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates creating epic GitHub issues with a clear problem statement, outcome, and context so teams align on scope before starting work.

Core Features & Use Cases

  • Create Epic (Parent Issue) with the problem and desired outcome defined, not implementation steps.
  • Epic Template: Problem, Solution Approach, Impact, and Success Criteria sections.
  • Create Epic Issue via GitHub CLI command examples; after epic, use github-task to create and link child issues.

Quick Start

Create an epic using the provided template and then generate linked child issues with github-task.

Frequently Asked Questions about github-epic

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

FAQPage Schema
How do I create a GitHub epic issue for multi-session project planning?▼

To create a GitHub epic issue, use the enforced template defining the problem, solution approach, impact, and success criteria to align teams on scope before starting multi-session work.

When should I use an epic issue instead of a regular GitHub issue?▼

Use an epic issue when planning cross-team initiatives or features spanning multiple tasks requiring linked child issues, ensuring the problem statement and desired outcome are defined before implementation.

What is the best way to structure parent and child issues on GitHub?▼

The best way to structure parent and child issues is creating an epic with a standardized template, then using the github-task helper command to generate and link the related child issues.

Do I need the GitHub CLI to create and link epic issues?▼

Yes, you need the GitHub CLI to execute the provided command examples for creating epic issues and subsequently linking the generated child issues via the helper command.

What sections are required in the GitHub epic issue template?▼

The GitHub epic issue template requires sections for the problem, solution approach, impact, and success criteria to ensure teams focus on outcomes rather than specific implementation steps.

Can I define implementation steps inside an epic GitHub issue?▼

No, epic GitHub issues should define the problem and desired outcome rather than implementation steps, leaving detailed execution to the linked child issues created afterwards.