Commit Helper
This "Commit Helper" suggests improved commit messages based on your code changes, streamlining workflows and boosting code quality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tzuchaine-commit-helper npx -- -y @trustedskills/tzuchaine-commit-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tzuchaine-commit-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tzuchaine-commit-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The tzuchaine-commit-helper skill assists with generating Git commit messages. It can analyze changes, suggest concise summaries, and format commits according to established conventions. This helps ensure a clear and consistent project history for developers.
When to use it
- You need help crafting effective commit messages when making code changes.
- You want to enforce a specific commit message style within your team or project.
- You're working on a large pull request and want to generate a summary of the changes.
- You are unsure how to best describe the changes you made in a concise manner.
Key capabilities
- Generates commit summaries based on code diffs.
- Supports formatting commits according to conventions.
- Provides suggestions for concise descriptions.
Example prompts
- "Summarize these changes into a git commit message." (followed by the diff)
- "Generate a commit message for this pull request." (with link to PR)
- "Format this commit message: 'Fixes bug'"
Tips & gotchas
The skill's effectiveness depends on providing clear and concise code changes. It is best used in conjunction with version control systems like Git.
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.