Stats
Actions
Tags
From agent-skills
Create focused git commits with user approval, exact-file staging, Conventional Commit style, and no AI attribution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user asks you to commit local changes.
Use this skill when the user asks you to commit local changes.
Inspect the worktree.
git status --short.git diff and, when staged changes exist, git diff --cached.Split commits by intent.
Draft concise messages.
<type>(<scope>): <imperative summary>.feat, fix, docs, refactor, test, chore, ci, build.Generated with ..., or Co-authored-by trailers.Present the plan and stop.
I plan to create N commit(s) with these changes. Shall I proceed?Commit after confirmation.
git add -- <file> ...; never use git add -A, git add ., or broad globs.git log --oneline -n N after committing.npx claudepluginhub heyimcarlos/agent-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.