What problem does it solve? Coordinating software releases involves many error-prone manual steps: generating changelogs, bumping versions, running validation suites, building multi-platform artifacts, deploying to registries, and handling rollbacks. This Skill automates the entire GitHub release pipeline using AI swarm coordination. ## Core Features & Use Cases - Automated Release Orchestration: Generate categorized changelogs from commits and PRs, suggest semantic versions based on breaking-change detection, and create GitHub releases via the gh CLI. - Multi-Stage Validation & Deployment: Run lint, unit, integration, and security checks, build cross-platform artifacts, and deploy progressively to npm, Docker, and GitHub with staged rollouts. - Emergency Hotfix & Rollback: Fast-track critical patches with cherry-picked commits and trigger automated rollbacks when error-rate or latency thresholds are breached. - Use Case: A team maintaining a monorepo needs to release coordinated versions of multiple packages. The Skill spawns specialized agents to update versions, validate cross-package compatibility, and publish 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.