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.
6.4
Rating
0
Installs
Version Control & Collaboration
Category
Well-documented skill for generating conventional commit messages from staged git changes. The Description clearly states trigger phrases and core functionality. SKILL.md provides comprehensive instructions covering the workflow from analyzing changes to presenting the formatted message, with good error handling guidance. The structure is reasonable though slightly repetitive (multiple README.md files in tree, generic placeholders in Examples/Overview sections). The skill offers meaningful value by automating conventional commit message generation, which would otherwise require multiple LLM iterations to analyze diffs, determine types, and format correctly. Referenced scripts (commit_analyzer.py, commit_formatter.py, git_utils.py) are assumed functional per instructions. Minor deductions for structural clarity and the somewhat moderate complexity of the automation task.
Loading SKILL.md…

Skill Author