Stats
Actions
Tags
From hq-core
Use when writing a commit message or preparing a commit in any org repo. Enforces the house Conventional Commits format.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hq-core:commit-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
House format: **Conventional Commits**, terse, intent-first.
House format: Conventional Commits, terse, intent-first.
<type>(<optional scope>): <subject>
<optional body — only when the "why" isn't obvious from the subject>
feat, fix, refactor, test, docs, chore, perf, ci, build.BREAKING CHANGE: <description>.Refs #123.fix(auth): use <= for token expiry check
Off-by-one let tokens live one tick past expiry.
refactor(catalog): generate from taxonomy instead of frontmatter
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub ravnhq/sasso-hq --plugin hq-core