Deploy rollback
Light-weight AI agent evaluation and optimization framework
npx -y skills add EntityProcess/agentv --skill deploy-rollbackAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when asked to "rollback a deployment", "revert services", or "undo deploy". Reads deploy-plan.md and reverses completed steps.
SKILL.md
0.8 KB, as published. Nobody here has run it
Deploy Rollback Skill
Purpose
Rollback a failed or unwanted deployment. Reads {output_dir}/deploy-plan.md and reverses each completed step in reverse dependency order.
Process
- Read deploy-plan.md to identify completed steps
- For each completed step (in reverse order): a. Execute the rollback command b. Verify the service returns to its previous state c. Run health checks
- Write
{output_dir}/rollback-report.md
Stop Conditions
Stop and report immediately if:
- A rollback command fails
- Health checks fail after rollback
- The deploy plan cannot be read