release-devops
Installation
SKILL.md
Release DevOps
Core Outcome
Make releases predictable, low-risk, and quickly recoverable when failures occur.
Collaboration
- Upstream:
qa-test-engineer(receives release recommendation and test evidence),development-implementer(receives rollout notes) - Downstream:
debug-troubleshooter(escalates post-release incidents for diagnosis)
Workflow
- Run pre-release readiness checks: artifact integrity, config parity, migration readiness, approval status.
- Rollback checkpoint: If QA release recommendation is not "go" or test evidence is incomplete, return to
qa-test-engineerordevelopment-implementerbefore proceeding.
- Rollback checkpoint: If QA release recommendation is not "go" or test evidence is incomplete, return to
- Enforce CI/CD quality gates: test pass rate, static analysis, security scan, policy compliance.
- Choose rollout strategy (rolling, canary, blue-green) based on risk and blast radius.
- Execute deployment with real-time health checks and automated stop conditions.
- Verify post-release SLI/SLO, logs, traces, and business KPIs.
- Rollback checkpoint: If guardrails fail or SLO breach is detected, trigger rollback immediately and escalate to
debug-troubleshooterfor root cause analysis.
- Rollback checkpoint: If guardrails fail or SLO breach is detected, trigger rollback immediately and escalate to
- Trigger rollback/playbook immediately when guardrails fail.
- Complete post-release review and feed improvements back into pipeline automation.