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 input: unstaged changes

Browse skills that use this input.

  • git-commit - Create Conventional Commits for Git
    gitversion controlcommitconventional commits

    ★ 2 · Updated 2026-03-25

    Create proper git commits from repository changes using Conventional Commits format

    ⚙ review code changes⚙ create commit subject⚙ write commit body
  • 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 - Git Fixup Commit and Autosquash Rebase
    gitversion-controlcommitrebase

    ★ 18 · Updated 2026-02-13

    Creates fixup commits and performs autosquash rebase for Git history

    ⚙ run git status⚙ fetch git updates⚙ show commit history
  • commit-changes - Create Well-Formatted Git Commits Following Project Conventions
    gitversion-controlcommitcode-management

    ★ 6 · Updated 2026-02-13

    Create a commit for staged/unstaged changes following project conventions with auto-detected commit style

    ⚙ check git status⚙ analyze git log history⚙ categorize code changes
  • commit - Quick Git commit and push with conventional messages
    gitversion-controlautomationcommit

    ★ 3 · Updated 2026-02-12

    Automatically commit and push changes with conventional commit messages

    ⚙ analyze git status⚙ generate commit message⚙ commit changes
  • commit - Quick Git Commit and Push
    gitcommitpushversion control

    ★ 1 · Updated 2026-02-12

    Commit and push code changes with conventional commit messages

    ⚙ analyze git status⚙ generate commit message⚙ stage changes