Git Pushing
/install git-pushing
Git Push Workflow
Stage all changes, create a conventional commit, and push to the remote branch.
When to Use
Automatically activate when the user:
- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wants to share it
- Says phrases like "let's push this up" or "commit these changes"
Workflow
ALWAYS use the script - do NOT use manual git commands:
bash skills/git-pushing/scripts/smart_commit.sh
With custom message:
bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"
Script handles: staging, conventional commit message, Claude footer, push with -u flag.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install git-pushing - After installation, invoke the skill by name or use
/git-pushing - Provide required inputs per the skill's parameter spec and get structured output
What is Git Pushing?
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests. It is an AI Agent Skill for Claude Code / OpenClaw, with 981 downloads so far.
How do I install Git Pushing?
Run "/install git-pushing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Pushing free?
Yes, Git Pushing is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Git Pushing support?
Git Pushing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git Pushing?
It is built and maintained by Tianyi-Billy-Ma (@tianyi-billy-ma); the current version is v1.0.0.