rollback-changes
Installation
SKILL.md
Rollback Changes
Rollback failed workflow phases by reading changes log and reversing tracked modifications.
When to Use
- Workflow phase fails and needs state restoration
- Error recovery in worker agents
- Quality gate failures requiring revert
Input
{
"changes_log_path": ".bug-changes.json",
"phase": "bug-fixing",
"confirmation_required": true
}