generating-commit-messages
Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
$ 安裝
git clone https://github.com/MrMoshkovitz/gm-claude /tmp/gm-claude && cp -r /tmp/gm-claude/all-skills/skills/commit-helper ~/.claude/skills/gm-claude// 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

MrMoshkovitz
Author
MrMoshkovitz/gm-claude/all-skills/skills/commit-helper
0
Stars
0
Forks
Updated23h ago
Added1w ago