# commit-message > Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes. - Author: Jakub Hrozek - Repository: stacklok/toolhive - Version: 20260122130534 - Stars: 1584 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/stacklok/toolhive - Web: https://mule.run/skillshub/@@stacklok/toolhive~commit-message:20260122130534 --- --- name: commit-message 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