active/dev.conventional-commits/SKILL.md
Draft, validate, or explain Conventional Commit messages.
npx skillsauth add kevinslin/skills dev.conventional-commitsInstall 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.
Use this structure:
<type>[optional scope][!]: <description>
[optional body]
[optional footer(s)]
Use feat and fix at minimum:
feat: new feature (minor version bump)fix: bug fix (patch version bump)Common additional types (only use if the repo allows):
build, chore, ci, docs, perf, refactor, revert, style, testMark breaking changes in one of two ways:
! after type/scope:
feat!: drop Node 16 supportBREAKING CHANGE: remove legacy auth endpointsBreaking changes imply a major version bump.
Use the conventional format:
revert: <summary of reverted commit>
This reverts commit <hash>.
feat(parser): add support for markdown tables
fix: handle empty config file
feat!: replace legacy auth flow
BREAKING CHANGE: legacy auth endpoints removed
docs(readme): add migration notes
! or BREAKING CHANGE: when the change is breaking.development
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.