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 workflow automation for agents

Manage git workflows including staging, committing, pushing, worktrees, and selective changes

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • stage specific files
  • commit with conventional format
  • push to remote
  • create worktrees
  • selectively stage hunks
  • rebase when diverged

Inputs

  • Git repository
  • Code changes
  • Branch information
  • PR numbers

Outputs

  • Staged changes
  • Git commits
  • Pushed changes
  • Worktree directories
  • Rebased branches

Requirements

  • Git installed
  • Repository access
  • Write permissions
  • GitHub CLI configured

Source

  • Spec: SKILL.md
version-control
git
development
workflow
automation
stage specific files
commit with conventional format
push to remote
create worktrees
Git repository
Code changes
Branch information
Staged changes
Git commits
Pushed changes