commit
Installation
SKILL.md
Commit
生成符合 Conventional Commits 规范的提交信息。
默认格式
<type>[(<scope>)]: <emoji> <subject>
示例:
feat: 🎸 添加用户注册功能
fix(api): 🐛 修复查询参数解析错误
docs: ✏️ 更新 README 安装说明
生成符合 Conventional Commits 规范的提交信息。
<type>[(<scope>)]: <emoji> <subject>
示例:
feat: 🎸 添加用户注册功能
fix(api): 🐛 修复查询参数解析错误
docs: ✏️ 更新 README 安装说明