Loading...
Loading...
Use when creating git commits, writing commit messages, or following version control workflows
npx skill4agent add tigrisdata/skills conventional-commits| Type | Use For | Version Bump |
|---|---|---|
| New feature | MINOR |
| Bug fix | PATCH |
| Documentation only | PATCH |
| Formatting, no logic change | PATCH |
| Code restructuring, no behavior change | PATCH |
| Performance improvement | PATCH |
| Adding or updating tests | PATCH |
| Build system or dependencies | PATCH |
| CI/CD configuration | PATCH |
| Maintenance, no user-facing change | PATCH |
| Revert a previous commit | PATCH |
<type>[optional scope]: <description>
[optional body]
[optional footer(s)](api)auth)parser)feat: add user authentication
Implement JWT-based authentication with login/logout endpoints.
Includes password hashing and session management.
Closes: #123fix(api): handle null response from server
Previous implementation crashed when server returned null.
Now returns empty result set.
Assisted-by: GLM 4.6 via Claude Codefeat(storage)!: change bucket listing API
BREAKING CHANGE: bucket list now returns async iterator
instead of array. Update all callers to use for-await.refactor(core): simplify error handling
Consolidate duplicate error handlers into single utility.
No behavior changes - internal cleanup only.revert: feat(auth): add OAuth support
This reverts commit 8b5a1c2. OAuth provider changed
their API and we need to redesign integration.!feat(api)!: remove deprecated endpointBREAKING CHANGE:feat(api): remove deprecated endpoint
BREAKING CHANGE: endpoint no longer exists. Use newEndpoint instead.Assisted-by: [Model Name] via [Tool Name]Assisted-by: GLM 4.6 via Claude CodeAssisted-by: Claude Opus 4.5 via claude.ai| Mistake | Why Wrong | Correct |
|---|---|---|
| Past tense, capitalized | |
| Trailing period | |
| Missing type | |
| Missing space after colon | |
| Uppercase type | |
| Multi-line description no blank line | No separation | Add blank line after subject |
feat(summarization): add support for nested bullet points
Previous implementation only flattened all content. Now preserves
hierarchy by respecting indentation levels. Users can now create
structured summaries with parent-child relationships.
Closes: #456BREAKING CHANGE: detailed explanationCloses: #123Fixes: #456Refs: #789Assisted-by: Model via Toolfeat: add batch upload
Implements multipart upload for large files.
BREAKING CHANGE: upload() signature changed - now requires options object
Closes: #123
Assisted-by: GLM 4.6 via Claude Code--signoffgit commit --signoff -m "feat: add user authentication"--signoffSigned-off-by!--signoff