with one click
rollback
Emergency rollback for Kaizen deployments
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Emergency rollback for Kaizen deployments
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.