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 tagged: revert

Browse skills that share this tag.

  • rollback - Rollback changes via revert or forward-fix
    rollbackrevertforward-fixincident

    ★ 0 · Updated 2026-09-14

    Safely undo changes by deciding revert or forward-fix on evidence, checking migration reversibility, verifying, and recording incidents.

    ⚙ Decide revert versus forward fix⚙ Check database migration reversibility⚙ Execute revert as new commit
  • revert - Git Revert: Safely Rollback Commits with Validation
    gitrevertrollbackversion-control

    ★ 1 · Updated 2026-06-30

    Safely rollback changes using git revert with impact assessment, conflict handling, and post-revert validation.

    ⚙ Identify target commit to revert⚙ Assess impact and conflict risk⚙ Revert commits using git revert
  • conductor-revert - Git-aware revert for tracks, phases, or tasks
    gitrevertversion controlconductor

    ★ 602 · Updated 2026-06-15

    Revert changes by logical work unit with full git awareness for tracks, phases, or tasks

    ⚙ Revert entire tracks⚙ Revert specific phases⚙ Revert individual tasks
  • evm-tx-debugger - Debug EVM Transactions
    debuggingevmtransactionrevert

    ★ 17 · Updated 2026-05-09

    Debug failed EVM transactions by decoding revert reasons and analyzing gas consumption across 7 chains

    ⚙ decode transaction data⚙ classify transaction errors⚙ analyze gas usage
  • 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