create-epic-pr

Merge sub-PRs into an epic branch and generate PR titles and descriptions.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill create-epic-pr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-epic-pr
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/create-epic-pr
Command: npx skills add https://github.com/getty104/claude-task-worker --skill create-epic-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a pull request for an Epic issue by merging sub-PRs into an epic branch and generating a PR title and description.

Core Features & Use Cases

  • Epic PR Creation: Merges sub-PRs into an epic branch and creates a PR with the title and description automatically generated from the commit log.
  • Automated Process: Eliminates the manual steps required to create an Epic PR, saving time and reducing errors.
  • Use Case: Use this Skill to streamline the process of creating PRs for large features or projects that involve multiple sub-PRs.

Quick Start

Create an Epic PR by calling the skill with the issue number as an argument, e.g., /create-epic-pr:123.

Frequently Asked Questions about create-epic-pr

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

FAQPage Schema
How do I automate creating an epic pull request from multiple sub-PRs in GitHub?▼

To automate epic pull request creation, this Skill merges sub-PRs into an epic branch and uses git commit logs to generate the PR title and description automatically.

What is the best way to manage a large feature branch with multiple sub-PRs in git?▼

Managing a large feature branch with multiple sub-PRs is handled by merging them into a single epic branch, which then automatically generates a unified pull request for review.

Do I need GitHub CLI installed to automate epic PR creation?▼

Yes, automating epic PR creation requires both git and the GitHub CLI (gh) installed, along with active access to your GitHub repository to execute branch merges and PR generation.

How do I generate a PR description automatically from my commit log?▼

Generating a PR description automatically from your commit log is achieved by merging sub-PRs into an epic branch, allowing the script to extract commit history for the title and body.

Does this automated epic PR workflow work with standard git branches?▼

Yes, this automated epic PR workflow operates directly with standard git branches, merging designated sub-PRs together before pushing the consolidated epic branch to GitHub via gh.