Commit Helper
This "Commit Helper" suggests improvements to your Git commit messages for clarity and best practices, streamlining collaboration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add olino3-commit-helper npx -- -y @trustedskills/olino3-commit-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"olino3-commit-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/olino3-commit-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The olino3-commit-helper skill assists in crafting well-formatted and informative Git commit messages. It can generate a draft commit message based on provided context, suggest improvements to existing messages, or ensure adherence to specific commit style guidelines. This helps maintain a clear and consistent project history.
When to use it
- Generating initial commit messages: When starting a new feature or bug fix, the skill can create a basic commit message structure.
- Improving existing drafts: If you have a partially written commit message, the skill can refine its wording and clarity.
- Enforcing commit style: Teams with specific commit message conventions (e.g., using prefixes like "feat:", "fix:") can use this skill to ensure compliance.
- Automating repetitive tasks: Reduce manual effort by having the AI agent generate standard commit messages for common changes.
Key capabilities
- Generates draft commit messages from context.
- Suggests improvements to existing commit messages.
- Enforces specific commit style guidelines (details not specified).
Example prompts
- "Generate a commit message for adding a new user authentication feature."
- "Improve this commit message: 'Fixed some stuff.'"
- "Ensure the following commit message adheres to our conventional commits format: 'Refactor: Improved data processing logic'."
Tips & gotchas
The skill's effectiveness depends on providing clear and concise context about the changes being committed. Specific style guidelines need to be explicitly defined 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.