What problem does it solve?
This Skill removes the manual coordination work required to release a completed epic, so a team can verify child issue completion, create the release pull request, and keep the parent issue in sync without touching application code.
Core Features & Use Cases
- Epic readiness validation: Checks that the parent issue is a real epic and that every child issue is closed before release starts.
- Release PR creation: Builds a main-targeted pull request from the matching feature/epic branch and generates release notes from child issue titles.
- Issue tracking updates: Posts or appends release status back to the parent epic issue so the release state remains visible in GitHub.
- Guardrailed workflow: Prevents duplicate release PRs, avoids auto-merge, and stops safely when the preset, branch, or issue state is not ready.
Quick Start
Ask the assistant to release the specified parent epic issue and create the corresponding GitHub release pull request only after confirming that all child issues are closed.