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
SKILL.md
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
- Run
git diff --stagedto see changes - 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
Repository

stacklok
Author
stacklok/toolhive/.claude/skills/commit-message
1.5k
Stars
166
Forks
Updated5d ago
Added5d ago