一键导入
team-release
Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.
Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations.
Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design.
Guided game concept ideation — from zero idea to a structured game concept document. Uses professional studio ideation techniques, player psychology frameworks, and structured creative exploration.
Creates a structured bug report from a description, or analyzes code to identify potential bugs. Ensures every bug report has full reproduction steps, severity assessment, and context.
Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.
| name | team-release |
| description | Orchestrate the release team: coordinates release-manager, qa-lead, devops-engineer, and producer to execute a release from candidate to deployment. |
This is the Codex-adapted version of the original workflow. Use only .codex/ runtime assets when following it.
Arguments: [version number or 'next']
When this skill is invoked, orchestrate the release team through a structured pipeline.
Decision Points: At each phase transition, use request_user_input to present
the user with the subagent's proposals as selectable options. apply_patch the agent's
full analysis in conversation, then capture the decision with concise labels.
The user must approve before moving to the next phase.
Use the spawn_agent tool to spawn each team member as a subagent:
subagent_type: release-manager — Release branch, versioning, changelog, deploymentsubagent_type: qa-lead — Test sign-off, regression suite, release quality gatesubagent_type: devops-engineer — Build pipeline, artifacts, deployment automationsubagent_type: producer — Go/no-go decision, stakeholder communicationAlways provide full context in each agent's prompt (version number, milestone status, known issues). Launch independent agents in parallel where the pipeline allows it (e.g., Phase 3 agents can run simultaneously).
Delegate to producer:
Delegate to release-manager:
release-checklistDelegate in parallel:
Delegate (can run in parallel with Phase 3 if resources available):
Delegate to producer:
Delegate to release-manager + devops-engineer:
changelogA summary report covering: release version, scope, quality gate results, go/no-go decision, deployment status, and monitoring plan.