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: run git status

Browse skills that share this capability.

  • create-pr - Create pull requests with quality checks
    GitGitHubCode ReviewQuality Assurance

    ★ 17 · Updated 2026-03-09

    Create a pull request from current branch with automated quality checks

    ⚙ run git status⚙ check branch name⚙ run npm lint
  • commit - Git Commit with Conventional Commits
    gitversion-controlcommitconventional-commits

    ★ 78 · Updated 2026-02-23

    Create a git commit following Conventional Commits specification format

    ⚙ run git status⚙ run git diff⚙ stage specific files
  • commit-message - Git Commit Message Generator
    gitversion controlcommitdevelopment

    ★ 0 · Updated 2026-02-18

    Generates conventional commit messages based on pending git changes

    ⚙ run git status⚙ run git diff⚙ analyze staged changes
  • gt-stack - Organize code changes into Graphite stack for PR isolation
    gitversion-controlcode-reviewpr-management

    ★ 4 · Updated 2026-02-15

    Analyzes changes and organizes them into a Graphite stack of logically isolated PRs

    ⚙ run gt ls⚙ run git status⚙ run git diff
  • 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
  • ship - Git commit and push changes to current branch
    gitversion controldevelopmentautomation

    ★ 602 · Updated 2026-02-12

    Add, commit, and push changes to the current git branch

    ⚙ run git status⚙ stage all changes⚙ create git commit
  • commit - Selective Git Commit Tool
    version controlgitcode management

    ★ 10 · Updated 2026-02-12

    Commit git changes selectively based on conversation context

    ⚙ run git status⚙ stage files with git add⚙ create git commits