Communityv1.0.0

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.

1.5kdownloads8active installsTianyi-Billy-Ma
View on ClawHubBack to Skills

Skill Details

Slug
git-pushing
Latest Version
1.0.0
Author
Tianyi-Billy-Ma
Published
Feb 13, 2026
Updated
May 18, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Git Pushing.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of git-pushing skill. - Automates staging, committing (with conventional commit messages), and pushing git changes. - Activates when users request to push, commit, or save work to remote repositories using common workflow phrases. - Provides a standardized bash script for the entire workflow, including staging, commit, and push steps. - Supports custom commit messages and ensures use of the -u flag when pushing. - Script adds a Claude footer to commits automatically.