Install
openclaw skills install git-commit-helper智能分析代码变更,自动生成符合 Conventional Commits 规范的中英文 Git commit 信息及 PR 描述。
openclaw skills install git-commit-helper🎯 智能生成 Git commit message,遵循 Conventional Commits 规范,提升代码质量和团队协作效率。
帮我生成这次提交的 commit message
分析这个代码变更,生成 commit message
这是一个新功能,生成 commit message
用中文生成 commit message
为这次变更生成 PR 描述
📝 Commit Message
feat: add user login feature
📝 Commit Message
feat(auth): add user login feature
- Add login page with email/password form
- Implement JWT authentication
- Add login API endpoint
- Add form validation
- Add loading state and error handling
Closes #123
## 📝 Pull Request
### 变更概述
添加用户登录功能
### 变更内容
- ✅ 登录页面(邮箱/密码表单)
- ✅ JWT 认证实现
- ✅ 登录 API 端点
- ✅ 表单验证
- ✅ 加载状态和错误处理
### 测试计划
- [ ] 测试正常登录流程
- [ ] 测试错误处理
- [ ] 测试表单验证
### 相关 Issue
Closes #123
| 类型 | 说明 | 示例 |
|---|---|---|
| feat | 新功能 | feat: add user login |
| fix | 修复 bug | fix: correct login validation |
| docs | 文档更新 | docs: update README |
| style | 代码格式(不影响逻辑) | style: format code |
| refactor | 重构(不是新功能也不是修复) | refactor: simplify login logic |
| perf | 性能优化 | perf: improve query speed |
| test | 测试相关 | test: add login tests |
| build | 构建系统 | build: update webpack config |
| ci | CI 配置 | ci: add github actions |
| chore | 其他修改 | chore: update dependencies |
| revert | 回滚 | revert: revert login feature |
<type>(<scope>): <subject>
<body>
<footer>
feat(auth): add user login feature
- Add login page with email/password form
- Implement JWT authentication
- Add login API endpoint
Closes #123
Breaking change: Session API changed
创建时间:2026-03-11 作者:ClawMart 版本:1.0.0