LLM Skills
~/catalog/debugging & maintenance//undo

Undo Last Operation

/undo

I'll help you rollback the last destructive operation performed by CCPlugins commands.

notlikeDevnotlikeDev
2.8k
October 7, 2025
MIT License
// skill content

Undo Last Operation I'll help you roll back the last destructive operation performed by CCPlugins commands. ## Recovery Options I'll check for available recovery methods: 1. Git-based Recovery - Check for uncommitted changes - Review recent commits - Identify safe restore points 2. Project Backups - Look for project-undo/backups/ - Check for operation-specific backups - Verify backup integrity 3. Change Analysis - Show what was modified - Identify the scope of changes - Suggest targeted recovery ## Recovery Process Based on my findings, I can: 1. Restore from Git - If changes haven’t been committed yet 2. Use project backups - If backups exist from previous operations 3. Selective restoration - Choose specific files to restore I’ll analyze the situation and suggest the safest recovery method. If multiple restore options exist, I’ll: - Show you what each option would restore - Explain the implications - Let you choose the best approach Important: I will NEVER: - Add “Co-authored-by” or any “Claude” signatures - Include “Generated with Claude Code” or similar messages - Modify git config or user credentials - Add any AI/assistant attribution to the commit This ensures you can confidently undo operations without losing important work.

// original public source
notlikeDev/CCPlugins
/commands/undo.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/undo.md" "https://raw.githubusercontent.com/notlikeDev/CCPlugins/main/commands/undo.md"
Then in Claude Code, type /undo to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatornotlikeDev
Stars 2.8k
LicenseMIT License
UpdatedOctober 7, 2025
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward