What problem does it solve? Coordinating software releases manually involves error-prone steps like version bumping, changelog writing, multi-platform builds, and staged deployments, which this Skill automates through GitHub CLI commands and AI swarm coordination. ## Core Features & Use Cases - Release Planning & Versioning: Analyzes commits and PRs to suggest semantic versions, detect breaking changes, and generate categorized changelogs with migration guides. - Build, Test & Deploy Orchestration: Coordinates multi-platform builds, validation suites, progressive staged rollouts, and automated rollback on failure. - Multi-Repo & Hotfix Workflows: Synchronizes releases across monorepos or multiple repositories and fast-tracks emergency hotfixes with critical-only testing. - Use Case: A team releasing v2.0.0 uses the Skill to generate a changelog from merged PRs, run validation suites, publish to npm and Docker, and monitor post-release metrics with auto-rollback triggers. ## Quick Start Ask the AI to create a GitHub release for version 2.0.0 with a generated changelog, full test validation, and deployment to npm and Docker.