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.

git - Git workflows for agents: ship, worktree, and hunks

Provides git workflows for agents including staging, committing, pushing, parallel branches, and selective staging.

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • stage files
  • commit changes
  • push changes
  • create worktree
  • list worktrees
  • remove worktree
  • list hunks
  • add hunks
  • fetch remote
  • rebase branch
  • check git status
  • view staged diff

Inputs

  • Git repository
  • files to stage
  • commit message
  • branch name
  • PR number
  • hunk IDs
  • GitHub credentials
  • source code files

Outputs

  • Git commits
  • pushed branches
  • worktree directories
  • staged files
  • commit messages

Requirements

  • Git installed
  • GitHub CLI (gh) installed
  • SOPS configuration for authentication
  • Git repository access
  • Bash shell environment
  • Git worktree support

Source

  • Spec: SKILL.md
git
version-control
workflow
automation
code-management
developer-tools
stage files
commit changes
push changes
create worktree
Git repository
files to stage
commit message
Git commits
pushed branches
worktree directories