Loading...
Loading...
Guidance for writing git commit messages that follow the Conventional Commits 1.0.0 specification. Use when preparing commit messages, summarizing code changes for a commit, or validating commit text for compliance.
npx skill4agent add trancong12102/pi-skills commit<type>[optional scope][!]: <description>
[optional body]
[optional footer(s)]featfixdocsstylerefactorperftestbuildcichorerevertfeat(parser): ...BREAKING CHANGE: ...Refs: #123Closes: #123typescope!BREAKING CHANGE:<type>(<scope>): <description>featfix!BREAKING CHANGE:Token: valuefeat(auth): add refresh token rotationfix(api): handle empty payloadsdocs: add migration guiderefactor(ui): extract button variantsperf(db): batch writes to reduce roundtripschore(deps): bump eslint to 9.0.0feat(api)!: drop deprecated v1 endpoints
BREAKING CHANGE: v1 endpoints were removed. Use /v2 instead.revert: feat(auth): add refresh token rotation
This reverts commit 1234abcd.apiuiclistylechorecibuildtest