skills/commit/SKILL.md
Safe scoped commit workflow. Use when ready to commit.
npx skillsauth add kenoxa/spine commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Stage only in-scope files, draft Conventional Commits message, confirm with user, commit.
git status + git diff --stat to see dirty files.<type>[optional scope][!]: <description> (imperative, specific, concise, no trailing punctuation; prefer ≤72 chars total).
Add body only when it adds non-obvious context. Omit if subject fully captures the change.
Body: blank line after subject; explain why, constraints, or impact; do not restate subject or diff; wrap at 72 chars.Never auto-stage all dirty files (git add -A / git add .). Stage only confirmed in-scope
paths. Pre-commit hooks may modify content during commit — expected.
Conventional Commits. Types: feat, fix, refactor, chore, docs, test, perf, ci, build.
update stuff, fix things)! suffix on type or BREAKING CHANGE: footertools
Use when: 'create a worktree', 'git worktree', 'parallel branch'.
tools
Use when: 'session state', 'resume work', 'worktree session'.
development
Use when: 'goal prompt'.
testing
Thinking-lens stress-test on a recommendation.