Stats
Actions
Tags
From commit
Stage all changes and commit using conventional commits style (type: short description)
How this skill is triggered — by the user, by Claude, or both
Slash command
/commit:commitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage and commit the current changes using this project's conventional commit style.
Stage and commit the current changes using this project's conventional commit style.
type: short description
feat — new content or featurefix — correcting something broken or wrongci — changes to CI/CD pipelines or GitHub Actionsdocs — changes to documentation tooling/config (not content)git status and git diff to understand what changedgit add for the relevant files (prefer specific files over git add -A)AskUserQuestion to confirm with the proposed message as the question,
offering Yes, commit and No, cancel as options. The user can also use
"Other" to provide a custom commit message.git commit -m "<message>".
If cancelled, do nothing.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mcbottcher/claude_plugins --plugin commit