From deployment-rollback-manager
Automates safe deployment rollbacks with verification steps. Activates on requests like 'rollback deployment' or 'revert to previous version'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deployment-rollback-manager:deployment-rollback-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to manage and execute deployment rollbacks, ensuring a stable and reliable system. It automates the process of reverting to a previous, known-good deployment state, minimizing downtime and potential disruptions.
This skill enables Claude to manage and execute deployment rollbacks, ensuring a stable and reliable system. It automates the process of reverting to a previous, known-good deployment state, minimizing downtime and potential disruptions.
This skill activates when you need to:
User request: "Rollback deployment to the previous stable version due to errors."
The skill will:
rollback-deploy command.User request: "Revert to the last known good deployment. Performance has degraded significantly since the last update."
The skill will:
rollback-deploy command.This skill can be used in conjunction with other monitoring and alerting tools to automatically trigger rollbacks when issues are detected. It also integrates with deployment pipelines for automated rollback execution.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin deployment-rollback-manager