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.

commit - Quick Git Commit and Push

Commit and push code changes with conventional commit messages

Tags

Updated: 2026-02-12
gitcommitpushversion controlautomation

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • analyze git status
  • generate commit message
  • stage changes
  • commit changes
  • push to remote

Inputs

  • git status
  • staged changes
  • unstaged changes
  • git branch
  • git repository

Outputs

  • commit message
  • git commit
  • push status
  • change records

Requirements

  • git environment
  • git repository
  • network connection
  • git installed
  • remote repository

Source

  • Spec: SKILL.md
analyze git status
generate commit message
stage changes
commit changes
git status
staged changes
unstaged changes
commit message
git commit
push status