create-release

Dispatch GitHub release workflows to the create-release-runner subagent.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill create-release-richkuo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-release
Source: https://github.com/richkuo/rk-skills/tree/main/skills/create-release
Command: npx skills add https://github.com/richkuo/rk-skills --skill create-release-richkuo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the release management process by delegating the complex, multi-step task of cutting and publishing a GitHub release to a specialized subagent.

Core Features & Use Cases

  • Workflow Dispatch: Acts as a clean interface to trigger the comprehensive create-release-runner subagent.
  • Context Preservation: Automatically passes user-provided versioning details, bump types, and release notes to the execution agent.
  • Use Case: When you are ready to ship a new version, use this skill to handle the tagging, release note generation, and publishing without needing to manually execute each step.

Quick Start

Ask the assistant to create a release for the current repository and specify the version bump type or release notes you would like to include.

Frequently Asked Questions about create-release

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

FAQPage Schema
How do I automate GitHub releases and versioning for my repository?

To automate GitHub releases, this Skill dispatches versioning, tagging, and release note publication tasks to a dedicated runner subagent, streamlining the entire workflow without manual execution.

What is the best way to generate and publish release notes on GitHub?

Publishing release notes is handled automatically by passing your provided details to a specialized subagent, which then manages the tagging and publication process for your software repositories.

Do I need a specific subagent to initiate GitHub release workflows?

Yes, you need the create-release-runner subagent available in your environment; this Skill acts as an interface to dispatch the underlying release logic to that specific execution agent.

How do I specify a version bump when cutting a new GitHub release?

You can specify the version bump type and include desired release notes when asking the assistant to create a release, and the Skill will automatically pass these details to the execution agent.

Can I use this to handle software deployment tagging without manual steps?

Yes, this Skill manages software deployment tagging by delegating the complex, multi-step task of cutting and publishing a GitHub release to a specialized subagent.

Why does this workflow dispatch to a separate execution agent?

Workflow dispatch to a separate execution agent preserves context while isolating the complex release logic, allowing this Skill to cleanly trigger versioning, tagging, and publication tasks.