Git Commit Helper
Automates Git commit creation from code changes, descriptions, and issue tracker links for streamlined backend workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add qyinm-git-commit-helper npx -- -y @trustedskills/qyinm-git-commit-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qyinm-git-commit-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qyinm-git-commit-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The qyinm-git-commit-helper skill assists with creating Git commit messages. It can generate a conventional commit message based on provided changes, ensuring consistency and clarity in project history. This includes automatically formatting commit messages according to established conventions like Angular Commit Message Conventions.
When to use it
- Automating repetitive tasks: Quickly create well-formatted commit messages when making small code changes.
- Enforcing coding standards: Ensure all team members adhere to a consistent commit message style.
- Generating release notes: Leverage conventional commits for automated generation of changelogs and release notes.
- Improving project maintainability: Create a clear and understandable Git history that simplifies debugging and collaboration.
Key capabilities
- Generates conventional commit messages.
- Supports Angular Commit Message Conventions.
- Automates formatting of commit message body.
Example prompts
- "Generate a commit message for this change: fixed bug in user authentication."
- "Create a conventional commit message with scope 'api' and type 'feat' for adding a new endpoint."
- "Format the following changes into a Git commit message: Refactor: improved performance of data processing pipeline."
Tips & gotchas
- Ensure your project follows a convention like Angular Commit Message Conventions to maximize the skill’s effectiveness.
- The quality of the generated commit message depends on the clarity and detail provided in the input describing the 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.