github-release-management

Orchestrate GitHub releases with automated testing, deployment, and rollback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thepingdoctor/kumo-mta-ui --skill github-release-management-thepingdoctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-release-management
Source: https://github.com/thepingdoctor/kumo-mta-ui/tree/main/.claude/skills/github-release-management
Command: npx skills add https://github.com/thepingdoctor/kumo-mta-ui --skill github-release-management-thepingdoctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, claude-flow, git, npm or yarn, node.

What problem does it solve?

Manual GitHub release processes are prone to errors, inconsistent, and time-consuming, especially for complex projects with multiple platforms or repositories. This Skill provides comprehensive, AI swarm-coordinated release orchestration, automating versioning, testing, deployment, and rollback management for flawless software delivery.

Core Features & Use Cases

  • AI Swarm Release Orchestration: Initialize specialized agents (Release Director, Version Manager, QA Engineer) to coordinate every aspect of the release pipeline.
  • Automated Testing & Validation: Orchestrate multi-stage, cross-platform testing, performance regression detection, and security scanning.
  • Progressive Deployment & Rollback: Implement staged rollouts with monitoring, auto-advance, and intelligent rollback mechanisms for safe deployments.
  • Use Case: Release a new version of a full-stack application. The Skill automatically generates a categorized changelog, builds platform-specific binaries in parallel, runs comprehensive security and performance tests, deploys to npm and Docker registries, and monitors the staged rollout, with an auto-rollback if critical metrics degrade.

Quick Start

Plan and create a release draft

gh release create v2.0.0
--draft
--generate-notes
--title "Release v2.0.0"

Orchestrate with swarm for full automation

npx claude-flow github release-create
--version "2.0.0"
--build-artifacts
--deploy-targets "npm,docker,github"