Loading...
Loading...
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
npx skill4agent add bastos/skills conventional-commits<type>[optional scope]: <description>
[optional body]
[optional footer(s)]feat:fix:docs:style:refactor:perf:test:build:ci:chore:revert:feat(parser): add ability to parse arrays
fix(auth): resolve token expiration issue
docs(readme): update installation instructions!feat!: send an email to the customer when a product is shipped
feat(api)!: send an email to the customer when a product is shippedfeat: allow provided config object to extend other configs
BREAKING CHANGE: `extends` key in config file is now used for extending other config fileschore!: drop support for Node 6
BREAKING CHANGE: use JavaScript features not available in Node 6.feat: add user authenticationfeat(auth): add OAuth2 supportfix: prevent racing of requests
Introduce a request id and a reference to latest request. Dismiss
incoming responses other than from latest request.
Remove timeouts which were used to mitigate the racing issue but are
obsolete now.feat!: migrate to new API client
BREAKING CHANGE: The API client interface has changed. All methods now
return Promises instead of using callbacks.docs: correct spelling of CHANGELOGfix: prevent racing of requests
Introduce a request id and a reference to latest request. Dismiss
incoming responses other than from latest request.
Remove timeouts which were used to mitigate the racing issue but are
obsolete now.
Reviewed-by: Z
Refs: #123fix:feat:Added new featurefeat: add new featurefix: bugfix: resolve null pointer exception in user servicefeat: add featurefeat: add user profile pagefeat: Added OAuth support.feat: add OAuth support