生成符合 Conventional Commits 规范的 Git 提交信息。当用户要求生成提交、创建 commit 或写提交信息时使用
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
分析暂存区的代码变更,生成符合 Conventional Commits 规范的提交信息。
提交信息格式:<type>(<scope>): <subject>
类型定义:
git diff --cached 查看暂存的变更必须遵守:
feat(auth): 实现 JWT 令牌认证
- 添加 JWT 生成和验证逻辑
- 实现令牌刷新机制
- 添加相关单元测试b1b2fe0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.