From git-commit-smart
Generates conventional commit messages by analyzing staged Git changes. Activates via `/commit-smart` or `/gc` commands.
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, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin git-commit-smart