From git
Analyze staged git changes and generate a conventional commit message. Use when the user asks to "commit", "write a commit message", "stage and commit", or needs a conventional commit for staged changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git:git-commit-msgThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide a commit message for the staged changes. Follow these rules:
Provide a commit message for the staged changes. Follow these rules:
feat:, fix:, refactor:, chore:, docs:, test:, ci:, style:feat(auth): add session timeoutnpx claudepluginhub znorris/claude-marketplace --plugin gitGenerates clear, conventional commit messages from git diffs. Useful when writing commit messages, reviewing staged changes, or preparing commits.
Generates Conventional Commits messages for staged git changes and commits them. Follows v1.0.0 spec with types like feat, fix, refactor. Use for standardized commits or /commit invocation.
Generates conventional commit messages from staged changes by analyzing git diff and status. Helps users write structured, meaningful commits.