rollback-changes

Automate rollback of failed workflow phases using a validated changes log.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ronmikailov/site-360 --skill rollback-changes-ronmikailov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollback-changes
Source: https://github.com/ronmikailov/site-360/tree/main/.claude/skills/rollback-changes
Command: npx skills add https://github.com/ronmikailov/site-360 --skill rollback-changes-ronmikailov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically rolls back changes from a failed workflow phase by consulting a changes log and reversing tracked modifications, including file restorations, artifact cleanup, and command reversals.

Core Features & Use Cases

  • Parse and validate a changes log to identify modified and created files, executed commands, and commits.
  • Restore modified files from backups and remove files created during the phase.
  • Revert executed commands and git commits, then clean up temporary artifacts.
  • Provides a safe-guard with optional confirmation and an auditable rollback trail.

Quick Start

Run the rollback-changes workflow with a valid changes log to revert a failed phase.

Frequently Asked Questions about rollback-changes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically rollback failed workflow phases in a CI/CD pipeline?

You can automate rollback of failed workflow phases by applying a changes log to revert modifications. The process restores modified files from backups, deletes created files, reverts commands and commits, and cleans temporary artifacts across CI/CD pipelines and worker agents.

What is a changes log schema validation for workflow recovery?

Changes log schema validation is the mechanism that parses tracked modifications, executed commands, and commits to ensure structural integrity before recovery. It identifies modified and created files to safely reverse modifications during a failed phase.

How do I revert git commits and clean up deployment artifacts after a failed release?

To revert git commits and clean up deployment artifacts, you apply a changes log that reverses tracked modifications. This restores modified files from backups, removes created files, and cleans temporary artifacts to restore the previous state.

Can I use rollback automation with worker agents and deployment workflows?

Yes, rollback automation applies across CI/CD pipelines, worker agents, and deployment workflows. It reverts modifications, cleans up artifacts, and reverses commits when a phase fails, providing an optional confirmation safeguard and an auditable rollback trail.

What is the best way to ensure a safe rollback with an auditable trail?

The best way to ensure a safe rollback with an auditable trail is to enforce changes-log schema validation before restoring modified files and deleting created files. This provides an optional confirmation safeguard and tracks all reversed modifications.