LLM Skills
~/catalogue/debugging et maintenance//undo

Annuler la dernière opération

/undo

Je vous aide à rollback la dernière opération destructive effectuée par les commandes CCPlugins.

notlikeDevnotlikeDev
2.8k
7 octobre 2025
MIT License
// contenu du skill

Undo Last Operation

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

Recovery Options

I'll check for available recovery methods:

1. Git-based Recovery

  • Check uncommitted changes
  • Review recent commits
  • Identify safe restore points

2. Project Backups

  • Look for undo/backups/ in your project
  • Check for operation-specific backups
  • Verify backup integrity

3. Change Analysis

  • Show what was modified
  • Identify scope of changes
  • Suggest targeted recovery

Recovery Process

Based on what I find, 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.

// source originale publique
notlikeDev/CCPlugins
/commands/undo.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/undo.md" "https://raw.githubusercontent.com/notlikeDev/CCPlugins/main/commands/undo.md"
Ensuite dans Claude Code, tapez /undo pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurnotlikeDev
Étoiles 2.8k
LicenceMIT License
Mis à jour7 octobre 2025
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward