This orchestrates GitHub releases end-to-end using swarm coordination, meaning multiple AI agents handle versioning, changelog generation, cross-platform builds, testing, and deployment in parallel. You'd reach for it when shipping complex releases that touch multiple platforms (npm, Docker, GitHub) and need coordinated validation across Node versions or architectures. The swarm approach is interesting but adds real complexity. For simple version bumps, you're better off with gh CLI directly. Where it shines is coordinating the tedious stuff: semantic version analysis from commits, breaking change detection, parallel artifact builds, and progressive rollouts with automated rollback hooks. The hierarchical topology with specialized agents (changelog, build, test, deploy) makes sense for large projects where a single-threaded release process becomes a bottleneck.
npx -y skills add spencermarx/open-code-review --skill github-release-management --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot