team-release

Orchestrate gated game release workflows across QA, DevOps, and security reviews.

72|7|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill team-release-striderza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-release
Source: https://github.com/striderZA/OpenCodeGameStudios/tree/main/.opencode/skills/team-release
Command: npx skills add https://github.com/striderZA/OpenCodeGameStudios --skill team-release-striderza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the chaos of coordinating release work across engineering, QA, DevOps, security, analytics, and communications by providing a single, gated release workflow with explicit decision points.

Core Features & Use Cases

  • Release orchestration with phase gates: Plans, creates a release candidate, runs parallel quality checks, and gates go/no-go with user approvals.
  • Version discovery and confirmation: Infers the target version from production session state and milestones when no version argument is provided, then confirms with the user.
  • Conditional specialist coverage: Spawns security and netcode reviews only when the project has online/multiplayer/data requirements.

Quick Start

Run team-release with a version argument like: release v1.2.0 to execute the full release pipeline.

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 release pipeline with parallel quality gates?

A gated release workflow coordinates parallel quality checks across QA regression, security audits, and telemetry validation, using explicit go/no-go approvals for phase transitions. It spawns delegated subagents to execute these concurrent tasks before staging or production deployment.

What is a go/no-go gate in a deployment pipeline?

A go/no-go gate is a controlled decision point in the deployment pipeline requiring explicit user confirmation before advancing between release phases. It ensures release candidate preparation and quality checks pass before staging or production deployments proceed.

How do I automate release candidate preparation when the version is missing?

Release candidate preparation automatically infers the target version from production session-state and project milestones when no version argument is provided, then prompts the user to confirm the discovered version before initiating the deployment pipeline.

Does release orchestration support conditional security audit and netcode reviews?

Yes, release orchestration conditionally spawns security and netcode reviews only when the project has online, multiplayer, or data requirements. This targeted approach prevents unnecessary specialist task execution during the quality gate phase.

What is the best way to coordinate QA regression and DevOps deployment across a release team?

The best way to coordinate QA regression and DevOps deployment is using a single gated workflow that orchestrates these teams sequentially alongside parallel telemetry validation and player-facing communications, with robust error recovery for delegated subagent tasks.

Why does release orchestration require gated user confirmation at phase transitions?

Gated user confirmation at phase transitions is required to maintain controlled go/no-go decision making for staging and production deployments. It prevents unreviewed release candidates from advancing through the deployment pipeline without explicit oversight.