Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    parcadei

    git-commits

    parcadei/git-commits
    DevOps
    3,502
    5 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

    Git Commit Rules

    SKILL.md

    Git Commit Rules

    When the user asks to commit, push, or save changes to git:

    MUST Use /commit Skill

    DO NOT run git commit directly. Instead:

    Skill("commit")
    

    The /commit skill:

    1. Removes Claude attribution from commits
    2. Generates reasoning.md capturing what was tried
    3. Clears build attempts for next feature

    Why This Matters

    • Regular git commit adds "Generated with Claude Code" and Co-Author lines
    • The /commit skill removes these so commits appear user-authored
    • Reasoning capture preserves build history for future sessions

    Trigger Words

    When you see these in user prompts, use the commit skill:

    • "commit", "push", "save changes"
    • "push to github", "push changes"
    • "commit and push"

    After Commit

    The skill will prompt you to run:

    bash "$CLAUDE_PROJECT_DIR/.claude/scripts/generate-reasoning.sh" <hash> "<message>"
    

    Then push if requested:

    git push origin <branch>
    
    Recommended Servers
    GitHub
    GitHub
    Bitbucket
    Bitbucket
    Gitlab
    Gitlab
    Repository
    parcadei/continuous-claude-v3
    Files