What problem does it solve?
Coordinating releases across multiple packages requires manual version bumps, changelog updates, test runs, and pull request creation, which is error-prone and slow. This Skill orchestrates the entire release pipeline with swarm agents so versioning, validation, and deployment happen in a coordinated, repeatable workflow.
Core Features & Use Cases
- Automated Release Pipelines: Initializes a swarm of coordinator, tester, reviewer, and analyst agents to prepare and validate releases end to end.
- Multi-Package Version Coordination: Updates package.json versions, changelogs, and release notes across repositories like claude-flow and ruv-swarm in a single commit.
- Validation and PR Creation: Runs install, test, lint, and build steps, then opens a release pull request via GitHub MCP tools or the gh CLI with detailed release notes.
- Use Case: Prepare release v1.0.72 by spawning a release swarm, bumping versions in two packages, running the full test suite, and opening a validated release PR ready for review and merge.
Quick Start
Ask the agent to prepare release v1.0.72 across claude-flow and ruv-swarm with full testing and a release pull request.