ワンクリックで
rollback
Emergency rollback for Kaizen deployments
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Emergency rollback for Kaizen deployments
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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.