.claude/skills/rollback/SKILL.md
Emergency rollback for Kaizen deployments
npx skillsauth add Dirty13itch/kaizen rollbackInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
Pre-commit validation suite for manifests, scripts, and configs
testing
Run the full integration test suite
testing
Check Kaizen system health across all nodes and services
testing
Resume from last checkpoint — show progress, cluster state, next actions