一键导入
rollback
Emergency rollback for Kaizen deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Emergency rollback for Kaizen deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | rollback |
| description | Emergency rollback for Kaizen deployments |
Rollback procedure. Determine scope from $ARGUMENTS:
Single deployment: kubectl rollout undo deployment/<name> -n <namespace>
Namespace: Roll back all deployments in namespace
Full stack: Run rollback script if available, otherwise:
kubectl rollout undo all deploymentsgit log --oneline -10 to identify last good commitgit revert HEAD if neededAlways confirm the rollback target before executing.
Run the full integration test suite
Resume from last checkpoint — show progress, cluster state, next actions
Deploy Kaizen components with safety checks and validation
Development workflow for Kaizen - branching, commits, testing
Launch autonomous overnight build session with Ralph Wiggum
Check Kaizen system health across all nodes and services