Conventional Commits
Generates standard commit messages following conventional commit guidelines for improved project documentation and collaboration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monkey1sai-conventional-commits npx -- -y @trustedskills/monkey1sai-conventional-commits
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monkey1sai-conventional-commits": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monkey1sai-conventional-commits"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps generate Git commit messages that adhere to the Conventional Commits specification. It ensures consistency and clarity in project history, making releases and automated versioning easier. The skill can parse existing code changes and format them into standardized commit messages.
When to use it
- Automated Commit Generation: Use when you want an AI agent to automatically generate commit messages based on code changes.
- Commit Message Formatting: Apply this skill to ensure all team members follow the Conventional Commits standard.
- Release Note Automation: Leverage standardized commits for easier generation of release notes and changelogs.
- Project History Standardization: Retroactively format existing commit messages in a project to align with the Conventional Commits specification.
Key capabilities
- Generates Conventional Commit messages
- Parses code changes to create formatted commit messages
- Supports standardization of existing commit history
Example prompts
- "Generate a conventional commit message for this change: 'Fix bug in user authentication.'"
- "Format the following commit message according to Conventional Commits: 'Updated dependencies'"
- “Create a commit with type ‘feat’ and scope ‘login’ describing the addition of two-factor authentication.”
Tips & gotchas
The skill relies on accurate parsing of code changes. Ensure that the AI agent has access to relevant information about the modifications being committed 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.