From Skills
Commit-message conventions and commit scoping for this project — imperative ≤50-char capitalized subjects, an optional what/why body wrapped at 72, one logical change per commit, no Conventional-Commits prefixes, and untouched author/committer fields. Use before running `git commit` (or `--amend`/squash) in any repository here, or when writing or rewriting a commit message.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:git-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Define how commits are written and scoped across this project's repositories. Consistent history is
Define how commits are written and scoped across this project's repositories. Consistent history is
what makes git log, git blame, and git bisect useful — and what lets a human or AI agent
reconstruct why a change happened months later. This is the canonical convention; deviations need a
documented decision (an ADR).
You are about to run git commit (including --amend or a squash), or you are writing or rewriting a
commit message.
Add user export, not Added user export or
Adds user export. Read it as "this commit will…".git log in terminals.caveman skill is available, use it to draft a terse, filler-free body.feat:, fix:, chore:, etc.~/.gitconfig is set to on
the machine running the commit. Do not pass --author, do not set GIT_AUTHOR_* or
GIT_COMMITTER_*, and do not modify these fields by any other means.#123, no Closes #123, no issue URLs. Issue
tracking lives outside the commit message.git stash, or amend until the
unit is whole.Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub lucasvscn/skills --plugin skills