| name | github-release-swarm |
| description | Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment. Use for release planning, automated versioning, artifact building, progressive deployment, and multi-repo releases. |
| type | reference |
| capabilities | [] |
| requires | [] |
| tags | [] |
| category | development |
| version | 1.0.0 |
Github Release Swarm
Overview
Orchestrate complex software releases using AI swarms. This skill handles release planning, automated versioning, changelog generation, artifact building, progressive deployment, and multi-repo release coordination.
Quick Start
LAST_TAG=$(gh release list --limit 1 --json tagName -q '.[0].tagName')
gh api repos/owner/repo/compare/${LAST_TAG}...HEAD --jq '.commits[].commit.message'
gh pr list --state merged --base main --json number,title,labels,mergedAt
gh release create v2.0.0 --title "Release v2.0.0" --notes "..."
When to Use
- Planning and coordinating major releases
- Automated changelog generation
- Multi-platform artifact building
- Progressive deployment strategies
- Multi-repository release coordination
- Hotfix automation
Version History
- 1.0.0 (2025-01-02): Initial release - converted from release-swarm agent
Sub-Skills
Sub-Skills