release

Dispatch a GitHub Actions Release workflow with a validated semantic version bump.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill release-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/.claude/skills/release
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill release-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual effort and coordination required to bump versions and execute a full release pipeline across packages, so teams can ship faster with fewer mistakes.

Core Features & Use Cases

  • Triggers the Release workflow via GitHub Actions dispatch using a selectable bump type (patch, minor, major).
  • Validates input and requires confirmation before proceeding to prevent accidental release bumps.
  • Returns actionable verification and guidance, including a link/workflow reference and a reminder of the pipeline duration.

Quick Start

Ask the agent to trigger a patch release by running: release with bump type patch.

Frequently Asked Questions about release

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

FAQPage Schema
How do I trigger a GitHub Actions release workflow with a semantic version bump?

Trigger a GitHub Actions release workflow by dispatching the release.yml file with a selected semantic version bump (patch, minor, or major). This automates version bumping, branch creation, tagging, and package publishing.

What happens during an automated GitHub Actions package publishing pipeline?

During an automated package publishing pipeline, the system bumps versions across multiple packages, creates necessary branches and PRs, tags the new version, and publishes artifacts. This removes manual coordination and reduces mistakes during software releases.

Can I use a workflow dispatch to cut a release across multiple packages?

Yes, you can use a GitHub Actions workflow dispatch to cut a release across multiple packages. By triggering the release.yml workflow with a specified semantic version bump, the pipeline handles multi-package versioning, tagging, and artifact publishing automatically.

How do I prevent accidental semantic version bumps when running a CI CD release?

To prevent accidental semantic version bumps during a CI CD release, the workflow requires input validation and a confirmation step before proceeding. You must explicitly validate the bump type (patch, minor, major) to ensure safe execution.

How long does a GitHub Actions release workflow take to publish artifacts?

The GitHub Actions release workflow returns actionable verification guidance and a reminder of the pipeline duration after dispatch. While exact times vary by project size, the workflow runs continuously to complete versioning, tagging, and artifact publishing.