Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    bkircher

    git-commit-message

    bkircher/git-commit-message
    DevOps
    9

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • 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
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Formulate a git commit message. Use this skill whenever asked to create a commit message.

    SKILL.md

    Create a commit message summarizing the changes just made. Only take staged changes into account.

    Follow The seven rules of a great Git commit message (https://cbea.ms/git-commit/#seven-rules) to the letter.

    Scan for what is staged

    Use the context to construct a good message but make sure to only address the scope that is currently staged in git.

    List files that are staged (in the index): git diff --cached --name-only

    Show the full diff of staged changes: git diff --cached

    Rules

    1. Separate subject from body with a blank line
    2. Limit the subject line to 50 characters
    3. Capitalize the subject line
    4. Do not end the subject line with a period
    5. Use the imperative mood in the subject line
    6. Wrap the body at 72 characters
    7. Use the body to explain what and why vs. how
    Recommended Servers
    FavCRM — Agentic CRM
    FavCRM — Agentic CRM
    PayPerByte
    PayPerByte
    Gorgias
    Gorgias
    Repository
    bkircher/skills
    Files