원클릭으로
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.