Skip to content

Git Pushing

Verified

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.

320 downloads
$ Add to .claude/skills/

About This Skill

# 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.

Use Cases

  • Stage, commit, and push code changes in a single streamlined workflow
  • Generate conventional commit messages automatically when pushing changes
  • Push feature branches to remote with proper upstream tracking
  • Automate the commit-push cycle for rapid iteration during development
  • Ensure consistent commit formatting when pushing to shared repositories

Pros & Cons

Pros

  • +Compatible with multiple platforms including claude-code, openclaw
  • +Well-documented with detailed usage instructions and examples
  • +Open source with permissive licensing for commercial use
  • +Automation-first design reduces manual intervention in workflows

Cons

  • -No built-in analytics or usage metrics dashboard
  • -Configuration may require familiarity with git & version control concepts

FAQ

What does Git Pushing do?
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.
What platforms support Git Pushing?
Git Pushing is available on Claude Code, OpenClaw.
What are the use cases for Git Pushing?
Stage, commit, and push code changes in a single streamlined workflow. Generate conventional commit messages automatically when pushing changes. Push feature branches to remote with proper upstream tracking.

100+ free AI tools

Writing, PDF, image, and developer tools — all in your browser.

Next Step

Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.