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
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.