create-release-epic

Consolidate GitHub position epic observations into categorized release epic issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MariusWilsch/Developer-Position --skill create-release-epic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-release-epic
Source: https://github.com/MariusWilsch/Developer-Position/tree/main/plugins/developer-position-plugin/skills/create-release-epic
Command: npx skills add https://github.com/MariusWilsch/Developer-Position --skill create-release-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of release epics by consolidating and organizing observations from existing position epics, transforming raw feedback into actionable work packages.

Core Features & Use Cases

  • Observation Aggregation: Gathers all comments from specified GitHub issues (epics).
  • Thematic Clustering: Groups observations into logical themes for better organization.
  • Disposition Management: Allows interactive decisions on transferring, superseding, or routing observations.
  • Automated Issue Creation: Generates a new release epic issue with a structured body summarizing themes and disposition.
  • Use Case: A product team has accumulated numerous observations on a "position epic" related to user feedback. This Skill helps them systematically review, categorize, and create a new "release epic" to address the most critical themes.

Quick Start

Use the create-release-epic skill to process observations from the current epic and draft a new release epic.

Frequently Asked Questions about create-release-epic

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

FAQPage Schema
How do I consolidate GitHub issue comments into a new release epic?

You need the gh CLI installed and configured for GitHub API interactions, along with bash scripting support. These prerequisites allow the Skill to execute API calls, manipulate files locally, and automate the creation and linking of new epics in your specified repository.

How do I categorize user feedback observations from existing epics?

During the disposition management phase, you interactively decide whether to transfer, supersede, or route each observation. This ensures that only the most critical and relevant themes are included in the structured body of the newly generated release epic issue.

Can I automate GitHub release epic creation from position epic observations?

The disposition management feature allows you to interactively decide whether to transfer, supersede, or route each observation. This ensures that only relevant themes are included in the structured body of the newly generated release epic issue.

Do I need the gh CLI to automate GitHub issue creation for release epics?

Without the gh CLI, the Skill cannot interact with the GitHub API to aggregate comments from existing issues or execute the creation and linking of the new release epic issue in your repository.

What is the best way to manage observation disposition for agile release planning?

By clustering observations into logical themes and allowing interactive disposition decisions, the Skill ensures that the generated release epic issue accurately reflects the most critical themes identified during the agile release planning process.

Why does creating release epics from existing position epics require bash scripting?

Creating release epics requires bash scripting for local file manipulation and executing gh CLI commands. The Skill uses bash scripts to process aggregated GitHub issue comments, manage the thematic clustering locally, and orchestrate the API calls needed to create and link the new release epic.