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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-pushing - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-pushing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 981 次。
如何安装 Git Pushing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-pushing」即可一键安装,无需额外配置。
Git Pushing 是免费的吗?
是的,Git Pushing 完全免费(开源免费),可自由下载、安装和使用。
Git Pushing 支持哪些平台?
Git Pushing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Git Pushing?
由 Tianyi-Billy-Ma(@tianyi-billy-ma)开发并维护,当前版本 v1.0.0。