Agent skill

rollback

Emergency rollback for Kaizen deployments

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/rollback-dirty13itch-kaizen

SKILL.md

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:

  1. kubectl rollout undo all deployments
  2. git log --oneline -10 to identify last good commit
  3. git revert HEAD if needed
  4. Re-apply from last known good state

Always confirm the rollback target before executing.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results