mkaczkowski-commit-message-generator

Installation
SKILL.md

Commit Message Generator

Instructions

  1. Run git diff --staged to view staged changes

  2. Review the diff and identify:

    • What changed
    • Why it changed
    • Any breaking changes or important side effects
  3. Generate a commit message that follows these conventions:

    • Summary (max 50 characters): Start with a verb (Add, Fix, Update, Remove, Refactor, etc.)
    • Blank line (always)
    • Body (wrapped at 72 characters): Explain what and why, not how
    • Footer (optional): Reference issues with "Fixes #123" or "Refs #456"

Best Practices

Installs
First Seen
mkaczkowski-commit-message-generator — smithery/ai