Loading...
Loading...
Drafts and validates Git commit messages that follow the Conventional Commits specification and use Chinese as the primary commit language. Use when writing, reviewing, or fixing commit messages; choosing types or scopes; marking breaking changes; adding bodies or issue footers.
npx skill4agent add 1157261129/useful-skills conventional-committype(scope): description
type: description
type(scope)!: descriptiontypedescriptionscope!typescopeBREAKING CHANGEClosesFixesRefs| Type | When to use | Example |
|---|---|---|
| User-facing feature or capability | |
| Bug fix | |
| Code change without behavior change | |
| Performance improvement | |
| Documentation only | |
| Tests only | |
| Formatting only | |
| Build system or dependency packaging | |
| CI configuration or automation | |
| Maintenance that does not fit other types | |
| Revert a prior commit | |
feat(auth): 添加 JWT 认证
- 添加登录和注册接口
- 使用 argon2 存储密码哈希
- 通过中间件保护认证路由
Closes #42Closes #42Fixes #42Refs #42Co-authored-by: Name <email>!BREAKING CHANGE:feat(api)!: 要求使用 bearer token
BREAKING CHANGE: API 客户端必须发送 Authorization: Bearer 请求头,
不再支持原有的 X-API-Key 请求头。type(scope): descriptiontype: descriptiontype(scope)!: description