Orchestrate complex software releases using AI swarms that handle everything
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill release-swarm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release Swarm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-release-swarm-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
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
```bash
# Get last release tag
LAST_TAG=$(gh release list --limit 1 --json tagName -q '.[0].tagName')
# Get commits since last release
gh api repos/owner/repo/compare/${LAST_TAG}...HEAD --jq '.commits[].commit.message'
# Get merged PRs since last release
gh pr list --state merged --base main --json number,title,labels,mergedAt
# Create release
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
- [Best Practices](best-practices/SKILL.md)
## Sub-Skills
- [Release Agents](release-agents/SKILL.md)
- [1. Release Planning (+4)](1-release-planning/SKILL.md)
- [Release Configuration](release-configuration/SKILL.md)
- [Progressive Deployment](progressive-deployment/SKILL.md)
- [Swarm Coordination (+1)](swarm-coordination/SKILL.md)
- [GitHub Actions Workflow](github-actions-workflow/SKILL.md)
- [Hotfix Process (+1)](hotfix-process/SKILL.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!