release

Orchestrates an end-to-end release workflow guided by YAML-defined phases and user confirmation.

41|11|Updated May 22, 2025
One-click install
npx skills add https://github.com/receptron/mulmocast-app --skill release-receptron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/receptron/mulmocast-app/tree/main/.claude/skills/release
Command: npx skills add https://github.com/receptron/mulmocast-app --skill release-receptron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the risk and friction of publishing mistakes by guiding a full release workflow with explicit user checkpoints and a safe draft-first ordering.

Core Features & Use Cases

  • End-to-end release orchestration: Draft release notes, candidate verification steps, and release PR preparation in a single guided flow.
  • Multi-channel draft preparation: Generates drafts for X posts, video assets (via MulmoScript), Discord message formatting, YouTube metadata, and Zenn articles before any public posting.
  • Controlled public release execution: Switches GitHub Release to published and posts to Discord in the correct order after the user publishes the X content.

Quick Start

Run the release workflow by providing a version number to orchestrate draft creation, candidate verification guidance, PR setup, and ordered public actions.

Frequently Asked Questions about release

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

FAQPage Schema
How do I orchestrate a multi-channel software release workflow safely?

Multi-channel release orchestration is managed by generating drafts for X, Discord, YouTube, and Zenn, then executing public actions in a controlled order after explicit user confirmation. This draft-first approach removes the risk of publishing mistakes across platforms.

What is the best way to prepare release notes and GitHub Release drafts before publishing?

Preparing release notes and GitHub Release drafts is handled within a single guided flow that produces all candidate artifacts before any public posting. The process requires a version number and uses phase gating to ensure user confirmation prior to publication.

How do I post a Discord webhook and publish a GitHub Release in the correct order?

Posting to a Discord webhook and publishing a GitHub Release are executed as ordered public actions after the user manually publishes X content. The workflow enforces this sequence to maintain safe, controlled public release execution.

Can I automate draft creation for X posts, video assets, and Zenn articles without publishing them immediately?

Draft creation for X posts, video assets via MulmoScript, and Zenn articles is fully supported without immediate publishing. The workflow generates all drafts first and applies phase gating with user checkpoints before any public action occurs.

Do I need a YAML-defined process to manage versioning and release PR preparation?

A YAML-defined orchestration process is required to manage versioning, candidate verification, and release PR preparation. This configuration drives the phase gating and user confirmation steps throughout the end-to-end workflow.

What are the limitations of using a draft-first release workflow orchestration?

The draft-first release workflow requires explicit user confirmation at each phase gate, meaning fully automated continuous deployment is not supported. The process intentionally pauses for manual verification before switching drafts to published and executing public posting.