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
Decision gist · record as of 2026-07-24
GitHub Release Management automates end-to-end release workflows with AI swarm coordination for versioning, testing, and multi-platform deployment. 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.
Use it when
- Yes.
- qe-github-release-management automatically generates changelogs, release notes, and breaking change documentation.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
proffesor-for-testing/agentic-qe/qe-github-release-management · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 1 file
.kiro/skills/qe-github-release-management/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Automate end-to-end release workflows from versioning through multi-platform deployment”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Release Workflow orchestrates the complete publication cycle for GitHub projects, from version synchronization through CI validation and artifact generation. It enforces cost-conscious practices to prevent misusing release pipelines as testing mechanisms, includes monorepo support for batch publishing multiple components, and provides recovery procedures for hotfixes.
UltraQA automates quality assurance by cycling through test execution, failure diagnosis, and targeted fixes until your specified goal succeeds. It supports tests, builds, linting, type checking, or custom verification patterns, with a maximum of five cycles and early exit on repeated failures. The workflow coordinates diagnosis and remediation across multiple agents to streamline the path to passing quality gates.
This skill guides you through GitHub-driven agile setup and troubleshooting, from CLI installation through backlog management and pull request discipline. It helps you establish healthy practices around issues, branches, and context preservation—ensuring your work stays traceable and your team stays aligned.
This skill configures GitLeaks within Husky pre-commit hooks to catch secrets before they're committed, then runs a security audit on your code. It can optionally scan git history for previously leaked secrets and provides remediation guidance.
Explore foundational and advanced patterns for building robust continuous integration and deployment workflows. This skill covers architectural approaches, automation strategies, and industry-tested techniques to streamline your development pipeline from code commit through production release.
Automate web application testing by integrating Playwright into your workflow automation platform. This skill enables you to define, execute, and manage end-to-end browser tests across multiple environments, helping teams catch regressions and validate user interactions programmatically.
More skills testing-expert (Apache-2.0) · e2e-testing (MIT)