Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ahupp

    commit-message

    ahupp/commit-message
    Coding
    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

    Commit staged or unstaged git changes with a clear, informative message (subject + body). Use when asked to commit work, finalize edits, or generate a commit message after changes are made.

    SKILL.md

    Commit Message

    Overview

    Create a clean git commit by staging the right changes and writing a concise subject with a useful body.

    Workflow

    1. Check status with git status -sb. If the working tree is clean, report that nothing needs committing.
    2. Review diffs (git diff and git diff --staged) to understand what changed and why.
    3. Stage the intended changes. Prefer selective adds, but use git add -A if everything should be included.
    4. Write the commit message:
      • Subject: imperative mood, <= 72 chars, summarize the main change.
      • Body: one blank line, then short paragraphs or bullets covering why the change was made, key details, and user impact.
      • Add a final Tests: line (e.g., Tests: not run or Tests: pytest).
    5. Commit with git commit -m "subject" -m "body".
    6. Confirm with git log -1 and report the commit hash and subject.
    Recommended Servers
    Gitlab
    Gitlab
    Bitbucket
    Bitbucket
    GitHub
    GitHub
    Repository
    ahupp/codex-gh
    Files