What problem does it solve? Coordinating software releases manually involves error-prone steps like version bumping, changelog generation, multi-platform builds, and staged deployments. This Skill automates the entire GitHub release pipeline using AI swarm coordination, reducing release lead time and rollback risk. ## Core Features & Use Cases - Automated Release Pipeline: Generates changelogs from commits and PRs, detects breaking changes, suggests semantic versions, and creates GitHub releases via the gh CLI. - Swarm-Orchestrated Validation: Coordinates specialized agents for testing, building, security scanning, and deployment across npm, Docker, and GitHub targets. - Progressive Deployment & Rollback: Supports canary and staged rollouts with metric-based auto-rollback triggers, plus emergency hotfix workflows. - Use Case: A team maintaining a monorepo needs to release coordinated versions of multiple packages. The Skill initializes a mesh swarm, updates all package versions, runs cross-package validation, and creates a unified release PR. ## Quick Start Ask the AI to create a draft GitHub release for version 2.0.0 with an auto-generated changelog and full test validation.