release

Trigger and monitor desktop release workflows with version tagging on GitHub Actions.

54|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/wibus-wee/cradle-app --skill release-wibus-wee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/wibus-wee/cradle-app/tree/main/.agents/skills/release
Command: npx skills add https://github.com/wibus-wee/cradle-app --skill release-wibus-wee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of triggering and monitoring desktop release workflows, streamlining the release process and ensuring smooth deployment.

Core Features & Use Cases

  • Automated Release Triggering: Execute release workflows with specific version tags.
  • Workflow Monitoring: Track the progress of the release workflow and wait for completion.
  • Version Tagging: Supports both dev and release versions with SemVer format.
  • Use Case: Use this Skill to automatically release a new version of your desktop application, ensuring that the release process is consistent and reliable.

Quick Start

Run the release command with the desired version, e.g., /release 1.2.0.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate desktop application release workflows with GitHub Actions?

You can automate desktop application release workflows by triggering specific version tags through GitHub Actions. This Skill executes the release process and monitors the workflow until completion, ensuring smooth and reliable deployment for your desktop application.

What is the best way to trigger a desktop release with a specific version tag?

The best way to trigger a desktop release is by issuing a command with your desired SemVer version tag, such as `/release 1.2.0`. This initiates the automated release workflow and tracks its progress until the deployment finishes.

Does desktop release automation support both development and production version tagging?

Yes, desktop release automation supports both development and release version tagging using the SemVer format. You can specify the exact version type needed when triggering the GitHub Actions workflow for your desktop application deployment.

Do I need the Cradle platform to monitor GitHub Actions release workflows?

Yes, you need the Cradle platform and GitHub Actions configured to execute and monitor release workflows. The Cradle platform is required to track the progress of the release workflow and wait for completion.

Can I track GitHub Actions workflow completion status automatically during a desktop release?

Yes, you can automatically track GitHub Actions workflow completion status during a desktop release. The automation monitors the workflow progress and waits for completion, ensuring the release process is consistent and reliable before finishing.