github-release-manager
Installation
SKILL.md
GitHub Release Manager Skill
Overview
Automated release coordination with swarm orchestration. This skill handles release pipelines, multi-package version coordination, deployment orchestration with rollback capabilities, release documentation generation, and multi-stage validation.
Quick Start
# List releases
gh release list
# Create a release
gh release create v1.0.0 --title "Release v1.0.0" --notes "Release notes..."
# View release
gh release view v1.0.0