undo - Rollback Last Operation
Rollback the last destructive operation using git or project backups
Tags
Updated: 2026-06-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- check git status
- reset working tree
- revert commits
- restore backups
- show commit history
- discard changes
- stash changes
- checkout files
- create backups
- list backups
Inputs
- Git repository
- Project backups
- Backup files
Outputs
- Restored files
- Reverted commits
- Backup archives
- Git state changes
Requirements
- Git installation
- Bash access
- Project directory
- Write permissions
