From ceh-git-workflow
Load this skill when writing a commit message or staging changes for a commit: choosing the correct Conventional Commits type and scope, formatting the subject line, writing a useful body, or adding footers for breaking changes and issue references. Auto-load whenever a git commit is being made, a commit message is being composed, or staged changes are being reviewed before committing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceh-git-workflow:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conventional Commits format, type table (feat/fix/refactor/test/docs/chore/perf), scope
Conventional Commits format, type table (feat/fix/refactor/test/docs/chore/perf), scope conventions, subject line rules (imperative mood, ≤ 72 chars, no period), and when to write a body (explain why, not what).
Read ../git-workflow/references/commits.md for the format rules and examples, and ../git-workflow/references/workflows.md for the commit command sequence.
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 cheneeheng/agent-skills --plugin ceh-git-workflow