Generates structured, professional Git commit messages by analyzing staged changes and applying industry-standard formatting.
The Commit Message Helper skill streamlines your version control workflow by automatically interpreting staged code changes and crafting clear, concise commit messages. By analyzing the output of git diffs, it generates messages that follow the Conventional Commits specification, including specific prefixes like feat, fix, and refactor. This skill ensures your project history remains readable and professional by focusing on the purpose of the change while adhering to strict formatting constraints like the 50-character summary limit.
主要功能
010 GitHub stars
02Character-limited summary line optimization
03Present-tense imperative formatting
04Conventional Commits type tagging (feat, fix, docs, etc.)
05Automated git diff analysis for staged changes
06Contextual component identification
使用场景
01Drafting detailed commit descriptions for complex pull requests
02Standardizing commit history across a multi-developer project
03Reviewing staged changes before finalizing a git commit