What problem does it solve? Coordinating a software release involves many error-prone manual steps: bumping versions, generating changelogs, running validation suites, building artifacts for multiple platforms, publishing to registries, and rolling back when deployments fail. This Skill automates that entire pipeline using GitHub CLI and AI swarm coordination. ## Core Features & Use Cases - Automated Release Pipeline: Semantic version suggestion, categorized changelog generation from commits and merged PRs, and draft release creation via the GitHub CLI. - Multi-Stage Validation & Deployment: Pre-release checks (lint, tests, security scans), multi-platform artifact builds, progressive staged rollouts, and automatic rollback on metric thresholds. - Swarm-Orchestrated Coordination: Specialized agents (changelog, version, build, test, deploy) coordinate releases across monorepos and multiple repositories, including emergency hotfix fast-tracking. - Use Case: A team preparing v2.0.0 of an npm package uses the Skill to generate a categorized changelog from merged PRs, run the full validation suite, publish to npm and Docker, and monitor error rates with auto-rollback configured. ## Quick Start Ask the AI to create a draft GitHub release for version 2.0.0 with a generated changelog and full test validation before publishing to npm.