From git-commit-smart
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`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-commit-smart:git-commit-smartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin git-commit-smart