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: commit-management

Browse skills that share this tag.

  • 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
  • recommit - Git Commit Reorganization and Optimization Tool
    gitversion-controlcommit-managementcode-review

    ★ 0 · Updated 2026-03-09

    Resets differential commits from base branch and recommits with review-friendly granularity

    ⚙ reset git commits⚙ analyze commit differences⚙ stage file changes
  • fixup - Create and manage Git fixup commits with autosquash rebase
    gitversion-controlcommit-managementcode-history

    ★ 602 · Updated 2026-02-13

    Creates fixup commits and performs autosquash rebase to maintain clean commit history

    ⚙ create fixup commit⚙ perform autosquash rebase⚙ review commit messages