Git Commit Helper
Automates Git commit creation from Microcks test results, streamlining documentation and issue tracking.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add microck-git-commit-helper npx -- -y @trustedskills/microck-git-commit-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-git-commit-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-git-commit-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Git Commit Helper skill assists with crafting effective and informative git commit messages. It can generate a suggested commit message based on the changes made in staged files, or format an existing message according to conventional commits guidelines. This helps maintain a clear and consistent project history for easier collaboration and debugging.
When to use it
- You've made several changes but are unsure how to best describe them in a git commit message.
- Your team follows the Conventional Commits specification, and you need help ensuring your messages adhere to that format.
- You want to quickly generate a base commit message to then refine with more specific details.
- You're working on a large project where consistent commit history is crucial for maintainability.
Key capabilities
- Generates suggested commit messages based on staged changes.
- Formats commit messages according to Conventional Commits guidelines.
Example prompts
- "Generate a commit message for my current staged files."
- "Format this commit message: 'Fixes bug in login page' using conventional commits."
- βWhat would be a good commit message for changes to the README file?β
Tips & gotchas
- Ensure your working directory is clean (or at least have changes staged) before requesting a commit message. The skill relies on analyzing those changes.
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.