github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill empowers Claude to create well-formatted, informative commit messages automatically. By analyzing staged changes, it generates messages that adhere to conventional commit standards, saving developers time and ensuring consistency.
This skill activates when you need to:
/commit-smart or /gc command.User request: "Generate a commit message for adding user authentication"
The skill will:
feat(auth): Implement user authentication module.User request: "/gc fix for login issue"
The skill will:
fix(login): Resolve issue with incorrect password validation./gc - emphasize that this fixes a security vulnerability).This skill integrates directly with the Git repository through Claude Code. It complements other Git-related skills by providing a streamlined way to create informative and standardized commit messages.