Deployment Rollback
Safely reverts deployments orchestrated by manastalukdar agents to a previous stable version, minimizing disruption.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add manastalukdar-deployment-rollback npx -- -y @trustedskills/manastalukdar-deployment-rollback
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"manastalukdar-deployment-rollback": {
"command": "npx",
"args": [
"-y",
"@trustedskills/manastalukdar-deployment-rollback"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployment rollback procedures. It allows you to revert a deployed application or service to a previous, stable version in case of issues arising after deployment. This includes reversing database migrations and restoring the application code to its prior state.
When to use it
- Failed deployments: Quickly revert when a new deployment introduces errors or instability into production.
- Performance regressions: Roll back if a deployment causes significant performance degradation.
- Unexpected behavior: Revert to a known good state after observing unexpected application behavior following a release.
- Security vulnerabilities: In the event of a newly discovered security vulnerability introduced by a recent deployment, rollback provides a rapid mitigation strategy.
Key capabilities
- Automated version reversion
- Database migration reversal
- Code restoration to previous versions
Example prompts
- "Rollback the last deployment to version 1.2.3."
- "Revert the application to the state before the 'phoenix' release."
- "Undo database migrations from the latest deployment."
Tips & gotchas
The skill requires access to your deployment infrastructure and version control system. Ensure the AI agent has appropriate permissions to execute rollback commands safely.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.