team-release

Orchestrate multi-role release workflows with approvals, quality gates, and parallel checks.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/easonlao/jiazi-game --skill team-release-easonlao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-release
Source: https://github.com/easonlao/jiazi-game/tree/main/.claude/skills/team-release
Command: npx skills add https://github.com/easonlao/jiazi-game --skill team-release-easonlao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of coordinating a multi-role release process so a team can move a release from candidate to deployment with clear phases, approvals, and quality gates.

Core Features & Use Cases

  • Release orchestration with approvals: Drives a structured pipeline across planning, candidate creation, quality gates, and go/no-go decisions while requiring user confirmation at phase transitions.
  • Parallelized execution: Runs QA, build/artifacts, and optional security/network checks in parallel to reduce time-to-deploy.
  • Deployment and post-release monitoring: Handles tagging, changelog/patch notes prep, staging/production deployment, and 48-hour post-release dashboard monitoring.

Quick Start

Ask the skill to release by running: team-release v0.0.1.

Frequently Asked Questions about team-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate a multi-role software release pipeline with quality gates?

Release orchestration coordinates a multi-role pipeline across planning, candidate creation, quality gates, and go/no-go decisions. It requires interactive user approvals at phase transitions to ensure structured progression before deployment.

What is the best way to coordinate go/no-go decisions across devops and QA teams?

Coordinating go/no-go decisions involves structuring parallel subagent execution for QA, devops, and optional security sign-offs. This approach generates a final release status report that consolidates approvals from all required roles.

Can I run QA regression checks and CI builds in parallel during deployment?

Yes, parallelized execution runs QA, build/artifacts, and optional network checks simultaneously. This reduces time-to-deploy by validating candidate creation concurrently before reaching the go/no-go phase.

How do I manage post-release monitoring and deployment for a new version?

Post-release monitoring handles staging and production deployment alongside 48-hour dashboard monitoring. It automates tagging and changelog preparation to track version stability after the release.

Does this release management workflow support argument-based version resolution?

Yes, the workflow requires an argument-based version resolution strategy. You can initiate the process by providing a specific version tag to drive the structured pipeline from candidate creation to deployment.

When do I need a coordinated release workflow with phase transition approvals?

You need a coordinated release workflow when multiple roles must produce sign-offs across software delivery scenarios. It structures phase transitions to prevent unverified builds from bypassing quality gates.