✓ Verified 💻 Development ✓ Enhanced Data

Git Pushing

Stage, commit, and push git changes with conventional commit messages.

Rating
4.8 (232 reviews)
Downloads
1,227 downloads
Version
1.0.0

Overview

Stage, commit, and push git changes with conventional commit messages.

Complete Documentation

View Source →

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
bash skills/git-pushing/scripts/smart_commit.sh

With custom message:

bash
bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"

Script handles: staging, conventional commit message, Claude footer, push with -u flag.

Installation

Terminal bash

openclaw install git-pushing
    
Copied!

Tags

#git_and-github #git

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author tianyi-billy-ma
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install git-pushing