LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with capability: revert commits

Browse skills that share this capability.

  • undo - Rollback Last Operation
    gitversion controlbackuprollback

    ★ 602 · Updated 2026-06-15

    Rollback the last destructive operation using git or project backups

    ⚙ check git status⚙ reset working tree⚙ revert commits
  • git-workflow - Git Workflow Best Practices
    gitversion-controlworkflowbest-practices

    ★ 154 · Updated 2026-03-26

    Provides Git patterns for version control operations

    ⚙ create commits⚙ create branches⚙ merge branches
  • git-recovery - Git Recovery for Safe Undo Operations
    gitrecoveryundoreflog

    ★ 18 · Updated 2026-03-20

    Safely undo commits, recover lost work, and fix rebase disasters using reflog

    ⚙ undo commits⚙ recover lost commits⚙ reset branches