Commit Helper
This "Commit Helper" suggests helpful commit messages based on your code changes, streamlining workflows and improving Git documentation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chmouel-commit-helper npx -- -y @trustedskills/chmouel-commit-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chmouel-commit-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chmouel-commit-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The chmouel-commit-helper skill assists with generating Git commit messages. It can analyze changes, suggest concise summaries, and format commits according to specified conventions. This helps maintain a clean and understandable project history by automating parts of the commit process.
When to use it
- You need help crafting clear and consistent commit messages for your code changes.
- You want to automate the generation of commit summaries based on diffs.
- Your team follows specific Git commit message conventions that you'd like the AI agent to adhere to.
- You are working on a large project with frequent commits, and want to reduce the effort involved in writing messages.
Key capabilities
- Generates commit summaries from code changes (diffs).
- Supports custom commit message formatting rules.
- Can be integrated into existing development workflows.
Example prompts
- "Summarize these changes for a Git commit: [paste diff]"
- "Create a commit message following the Conventional Commits format for this change: [paste diff]"
- "Generate a short and descriptive commit message based on these modifications: [paste diff]"
Tips & gotchas
The skill's effectiveness depends heavily on the quality of the provided code changes (diff). Ensure that the diff accurately reflects the intended modifications for optimal results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.