← All plugins
git-commit-smart
v1.28.0AI-powered conventional commit message generator with smart analysis
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/git-commit-smart/ inside the repository.
Layout
plugins/devops/git-commit-smart/
├── .claude-plugin/plugin.json└── skills/generating-smart-commits/SKILL.md
Skills1
generating-smart-commitsskills/generating-smart-commits/SKILL.md
Execute use when generating conventional commit messages from staged git changes. Trigger with phrases like "create commit message", "generate smart commit", "/commit-smart", or "/gc". Automatically analyzes changes to determine commit type (feat, fix, docs), identifies breaking changes, and formats according to conventional commit standards.
Manifests1
plugins/devops/git-commit-smart/.claude-plugin/plugin.json
{
"name": "git-commit-smart",
"version": "1.28.0",
"description": "AI-powered conventional commit message generator with smart analysis",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"git",
"commits",
"conventional-commits",
"automation",
"devops",
"agent-skills"
]
}