Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mhattingpete

    git-pushing

    mhattingpete/git-pushing
    Productivity
    306
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

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

    SKILL.md

    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.

    Recommended Servers
    GitHub
    GitHub
    Bitbucket
    Bitbucket
    Gitlab
    Gitlab
    Repository
    mhattingpete/claude-skills-marketplace
    Files