rollback-changes

Parse a changes log file to restore files, revert commands, and undo Git commits.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill rollback-changes-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollback-changes
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/rollback-changes
Command: npx skills add https://github.com/RussianLioN/moltinger --skill rollback-changes-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automatically reverts unintended changes made during failed workflow phases, ensuring system stability and preventing data corruption.

Core Features & Use Cases

  • Automated Rollback: Reverses file modifications, deletions, and command executions based on a detailed changes log.
  • Error Recovery: Essential for restoring previous states after failed bug fixes, security patches, or refactoring operations.
  • Use Case: If a deployment workflow fails mid-process, this Skill can be invoked to undo all changes made in that phase, returning the system to its last known good state.

Quick Start

Use the rollback-changes skill to revert the changes logged in the file '.bug-changes.json' for the 'bug-fixing' phase.

Frequently Asked Questions about rollback-changes

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

FAQPage Schema
How do I undo failed workflow changes and restore the previous state?

To undo failed workflow changes and restore the previous state, you can use an automated rollback process that parses a changes log file to revert modified files, delete newly created files, and undo Git commits. This restores system stability automatically.

What is the best way to revert Git commits made during an automated deployment error?

The best way to revert Git commits made during an automated deployment error is by parsing a detailed changes log file. This automated rollback mechanism reverses executed commands and undoes Git commits to return the system to its last known good state.

Can I reverse file modifications and deletions from a bug fix using a changes log?

Yes, you can reverse file modifications and deletions from a bug fix by parsing a provided changes log file. The rollback process restores modified files to their original state and deletes newly created files to ensure complete error recovery.

Do I need a changes log file to automate error recovery for a failed workflow phase?

Yes, you need a changes log file to automate error recovery for a failed workflow phase. The rollback process parses this log to identify and revert executed commands, file modifications, and Git commits made during the failed phase.

When should I use an automated rollback process instead of manual state restoration?

You should use an automated rollback process instead of manual state restoration when a deployment workflow fails mid-process and you need to undo multiple file modifications, deletions, and Git commits simultaneously to prevent data corruption.