How this skill is triggered — by the user, by Claude, or both
Slash command
/git-companion:commit-messageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the currently staged changes (`git diff --cached`) and generate a commit message following the Conventional Commits specification:
Analyze the currently staged changes (git diff --cached) and generate a commit message following the Conventional Commits specification:
Format: <type>(<scope>): <description>
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
Rules:
BREAKING CHANGE: footer for breaking changesOutput only the commit message, nothing else. If multiple logical changes are staged, suggest splitting them and provide a message for each.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub leonj1/plugin-marketplace --plugin git-companion