Conventional Commit
This skill automatically formats your code commits using Conventional Commits, ensuring consistent and well-documented project history.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add marcelorodrigo-conventional-commit npx -- -y @trustedskills/marcelorodrigo-conventional-commit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"marcelorodrigo-conventional-commit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/marcelorodrigo-conventional-commit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps AI agents generate commit messages that follow the conventional commit standard. It ensures messages are structured, consistent, and include proper prefixes like feat, fix, or chore. It also validates message format to meet common development practices.
When to use it
- You're working on a version-controlled project and need standardized commit messages.
- Your team follows the conventional commit specification for better code history tracking.
- You want to automate the process of generating well-formatted commits during CI/CD pipelines or local workflows.
Key capabilities
- Generates commit messages with correct prefixes (e.g.,
feat,fix). - Validates message format against conventional commit rules.
- Supports scope and subject lines for detailed commit descriptions.
Example prompts
- "Generate a conventional commit message for adding a new feature to the user authentication module."
- "Validate this commit message: 'fix: resolve bug in payment processing.'"
- "Create a conventional commit for updating dependencies."
Tips & gotchas
- Ensure your AI agent has access to the project's context to generate accurate commit messages.
- While the skill enforces structure, it may not account for nuanced or domain-specific conventions beyond the standard specification.
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.