create-epic

Create numbered and labeled Epics with optional GitHub Project board integration.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ajrmooreuk/pfi-w4m-dev --skill create-epic-ajrmooreuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-epic
Source: https://github.com/ajrmooreuk/pfi-w4m-dev/tree/main/azlan-github-workflow/skills/create-epic
Command: npx skills add https://github.com/ajrmooreuk/pfi-w4m-dev --skill create-epic-ajrmooreuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of Epics by auto-numbering, labeling, and optional project-board integration. This helps ensure consistency and reduces manual setup when starting new epics.

Core Features & Use Cases

  • Auto-detects the next Epic number from existing issues and formats the Epic title as "Epic N: <title>".
  • Applies required labels (e.g., type:epic) and ensures consistency with project boards.
  • Optionally adds the Epic to a linked project board to streamline tracking across workflows.

Quick Start

Invoke the epic-creation command with your epic title to generate a correctly formatted Epic and attach it to the project board.

Frequently Asked Questions about create-epic

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

FAQPage Schema
How do I automatically number Epics in GitHub issues?

To automatically number Epics in GitHub issues, this Skill scans existing repository issues to determine the next sequential number and formats the title as "Epic N: <title>". It applies the 'type: epic' label and optionally adds the issue to a linked GitHub Project board.

What is the best way to add an Epic to a GitHub Project board?

The best way to add an Epic to a GitHub Project board is by automating the creation process. This Skill generates a correctly formatted Epic, applies required labels for tracking consistency, and optionally integrates the new issue directly onto a linked project board.

How does auto-numbering work for GitHub Epics?

Auto-numbering for GitHub Epics works by scanning existing issues within the repository to identify the current sequence. The mechanism then determines the next available Epic number and automatically applies it to the newly created issue title.

Can I ensure consistent labels are applied when creating GitHub Epics?

Yes, you can ensure consistent labels are applied when creating GitHub Epics. The creation process automatically attaches required tags like 'type: epic' to every new issue, reducing manual setup errors and maintaining project board consistency.

Do I need a linked project board to use automated Epic creation?

You do not need a linked project board to use automated Epic creation, as the project board integration is optional. The Skill will still scan existing issues, auto-number the Epic title, and apply the necessary labels without requiring a linked board.