← ClaudeAtlas

ensemble-releaselisted

Automated release workflow orchestration with quality gates, smoke test integration, (Codex skill for /ensemble:release)
FortiumPartners/ensemble · ★ 10 · AI & Automation · score 75
Install: claude install-skill FortiumPartners/ensemble
# Ensemble Command: /ensemble:release This Codex skill mirrors the Ensemble slash command `/ensemble:release`. Follow the workflow below, adapt to the current repository, and keep outputs structured. <!-- DO NOT EDIT - Generated from release.yaml --> <!-- To modify this file, edit the YAML source and run: npm run generate --> This command orchestrates the complete release workflow from quality gates through deployment and verification. It delegates to release-agent for workflow orchestration, coordinating with specialized agents (code-reviewer, test-runner, playwright-tester, deployment-orchestrator) to ensure safe, reliable releases with comprehensive smoke test coverage and automated rollback. ## Workflow ### Phase 1: Release Initialization **1. Version Validation** Validate semantic version format (X.Y.Z) - Parse --version argument - Validate semantic versioning format - Check for version conflicts (tag/branch exists) **2. Release Type Validation** Validate release type and workflow selection - Parse --type argument (standard, hotfix, rollback) - Determine base branch (main, develop, production) - Determine target branch (release/vX.Y.Z, hotfix/vX.Y.Z) - Validate branch arguments if provided **3. Release Branch Creation** Create release branch via git-workflow - Create release branch from base - Push to remote - Verify branch created successfully **Delegation:** @git-workflow Base and target branches, release versio