Loading...
Loading...
Draft and validate commit messages that comply with Conventional Commits 1.0.0. Use when writing git commit messages, enforcing commit format in reviews/CI, mapping commits to SemVer intent, or converting plain-language change notes into spec-compliant messages with optional scope, body, footers, and breaking-change markers.
npx skill4agent add tranhaidang2320/git-skills conventional-commits<type>[optional scope][optional !]: <description>
[optional body]
[optional footer(s)]!: featfixfix(parser):: <token>: <value><token> #<value>-BREAKING CHANGE!:BREAKING CHANGE: <description>BREAKING CHANGEfix auth timeoutfixed auth timeoutgit logFixes: #123Resolves: #77Refs: #42featfixdocsstylerefactorperftestbuildcichorerevertfeatfixfeatfixapiauthparserdeps!:BREAKING CHANGE: <description>Fixes: #123Reviewed-by: Name<type>[scope][!]: <description>!BREAKING CHANGE:featfixfixfeatfeat(auth): add device-bound refresh tokensfix(api): prevent duplicate invoice creation
Add idempotency key validation for create-invoice endpoint.
Refs: #482feat(storage)!: replace v1 blob schema
BREAKING CHANGE: remove support for legacy v1 blob readers.