Generating Commit Messages

Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

$ Instalar

git clone https://github.com/stacklok/toolhive /tmp/toolhive && cp -r /tmp/toolhive/.claude/skills/commit-message ~/.claude/skills/toolhive

// tip: Run this command in your terminal to install the skill


name: Generating Commit Messages description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

Generating Commit Messages

Instructions

  1. Run git diff --staged to see changes
  2. I'll suggest a commit message with:
    • Summary under 50 characters
    • Detailed description
    • Affected components

Best practices

  • Use present tense
  • Explain what and why, not how