brevix-commit
Installation
SKILL.md
Brevix Commit Generator
Produce a Conventional Commit message that strips noise while preserving intent.
Format
<type>(<scope>): <subject>
<body — only if non-obvious why>
Rules
- Subject: ≤50 chars, lowercase, imperative mood, no trailing period
- Type: feat, fix, refactor, perf, docs, test, chore, build, ci, style
- Scope: optional — module or file area
- Body: 2–4 lines max. Only when why isn't obvious from the diff. Skip "what" — the diff shows that.
- Footer: only for breaking changes or issue refs