agentsclimarketplace

Deploy rollback

Skill EntityProcess/agentv/evals/agentic-engineering/workspace-template/plugins/deploy-auto/skills/deploy-rollback

Light-weight AI agent evaluation and optimization framework

Install
npx -y skills add EntityProcess/agentv --skill deploy-rollback

Assembled 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

  1. Read deploy-plan.md to identify completed steps
  2. 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
  3. 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.