github-release-swarm
GitHub Release Swarm Skill
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
# 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
More from vamseeachanta/workspace-hub
echarts
Create powerful interactive charts with Apache ECharts - balanced ease-of-use
139gis
Cross-application GIS skill — CRS reference, data formats, Blender/QGIS integration via digitalmodel.gis
80pandoc
Universal document converter for transforming Markdown to PDF, DOCX, HTML, LaTeX, and 40+ other formats. Covers templates, filters, citations with BibTeX/CSL, and batch conversion automation scripts.
74mkdocs
Build professional project documentation with MkDocs and Material theme.
73cli-productivity
Essential CLI tools and shell productivity patterns for efficient terminal workflows
55python-docx
Create and manipulate Microsoft Word documents programmatically. Build reports, contracts, and documentation with full control over paragraphs, tables, headers, styles, and images.
50