swarm-release

Automate SwarmAI desktop release workflows from preflight to GitHub publishing.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill swarm-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-release
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_swarm-release
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill swarm-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the complete SwarmAI desktop release workflow, eliminating the manual, multi-step process that spans preflight checks, version bumps, builds, packaging, smoke tests, and GitHub publishing, while enforcing guardrails and approvals where needed.

Core Features & Use Cases

  • End-to-end release orchestration for SwarmAI desktop apps, coordinating preflight, version management, builds, packaging, tests, and publishing.
  • Guardrails and human-in-the-loop: commit gates, approvals, and error handling to prevent broken releases.
  • Use Case: Release a new desktop version with a tagged GitHub release and a downloadable DMG, all from a single command.

Quick Start

Initiate a full SwarmAI release cycle from preflight to GitHub release.

Frequently Asked Questions about swarm-release

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

FAQPage Schema
How do I automate end-to-end desktop application releases in CI/CD?

End-to-end desktop application release automation orchestrates preflight, version bump, build, package, smoke test, and publish stages into a deterministic workflow with guardrails and optional approvals.

What is the best way to handle version bumps and GitHub publishing for desktop apps?

Handling version bumps and GitHub publishing for desktop apps is managed through deterministic release stages, coordinating version management and publishing while enforcing commit gates to prevent broken releases.

Can I enforce human-in-the-loop approvals during a CI/CD build and package workflow?

Human-in-the-loop approvals during ci/cd build and package workflows are supported through built-in guardrails, allowing commit gates and manual approvals before proceeding to smoke tests or publishing.

How do I generate a downloadable DMG and tagged GitHub release from a single command?

Generating a downloadable dmg and tagged github release from a single command is achieved by executing a full release cycle that coordinates packaging and publishing stages automatically.

Does desktop release automation require manual preflight checks before running the build?

Desktop release automation does not require manual preflight checks, as the workflow includes a deterministic preflight stage to validate the environment before proceeding to version bumps and builds.