qe-github-release-management
This skill orchestrates complete release pipelines using AI swarms to manage versioning, automated testing, multi-platform builds, and deployments with rollback support. It handles changelog generation, breaking change detection, and progressive deployment strategies while coordinating specialized agents for version management, QA, and deployment tasks.
GitHub Release Management automates end-to-end release workflows with AI swarm coordination for versioning, testing, and multi-platform deployment.
AI-generated summary based on this skill's SKILL.md
Install
proffesor-for-testing/agentic-qe/qe-github-release-management · repository language: TypeScript
git clone https://github.com/proffesor-for-testing/agentic-qe
cp -r agentic-qe/.kiro/skills/qe-github-release-management ~/.claude/skills/qe-github-release-managementFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does qe-github-release-management automate?
qe-github-release-management orchestrates complete release pipelines using AI swarms to manage versioning, automated testing, multi-platform builds, and deployments with rollback support. It handles changelog generation, breaking change detection, and progressive deployment strategies while coordinating specialized agents for version management, QA, and deployment tasks.
Can qe-github-release-management handle github release automation?
Yes. qe-github-release-management automates end-to-end release workflows from versioning through multi-platform deployment. It coordinates complex releases across monorepos and multiple repositories with version sync, executes staged deployments with health checks and monitoring, and manages emergency hotfixes with fast-track validation and immediate notification.
How does qe-github-release-management generate release notes?
qe-github-release-management automatically generates changelogs, release notes, and breaking change documentation. It detects breaking changes and creates comprehensive release documentation as part of its end-to-end pipeline orchestration, eliminating manual documentation overhead.
Does qe-github-release-management support monorepo release management?
Yes. qe-github-release-management coordinates complex releases across monorepos and multiple repositories with automatic version synchronization. It manages cross-repo version sync to ensure consistency across your entire codebase during releases.
What deployment strategies does qe-github-release-management support?
qe-github-release-management executes staged deployments with health checks, monitoring, and automatic rollback capabilities. It supports progressive deployment strategies and includes pre-release testing validation to ensure quality before full rollout.
How does qe-github-release-management handle emergency hotfixes?
qe-github-release-management manages emergency hotfixes with fast-track validation and immediate notification. It enables rapid response to critical issues while maintaining release integrity through automated validation before deployment.
SKILL.md
rendered from the published skill — quoted content, verbatim
GitHub Release Management Skill
Intelligent release automation and orchestration using AI swarms for comprehensive software releases - from changelog generation to multi-platform deployment with rollback capabilities.
Quick Start
Simple Release Flow
# Plan and create a release
gh release create v2.0.0 \
--draft \
--generate-notes \
--title "Release v2.0.0"
# Orchestrate with swarm
npx claude-flow github release-create \
--version "2.0.0" \
--build-artifacts \
--deploy-targets "npm,docker,github"
Full Automated Release
# Initialize release swarm
npx claude-flow swarm init --topology hierarchical
# Execute complete release pipeline
npx claude-flow sparc pipeline "Release v2.0.0 with full validation"
Core Capabilities
1. Release Planning & Version Management
- Semantic version analysis and suggestion
- Breaking change
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.kiro/skills/qe-github-release-management/SKILL.md