commit-message
✓分析 git 更改并生成常规提交消息。支持批量提交多个不相关的更改。在以下情况下使用:(1) 创建 git 提交,(2) 查看分阶段更改,(3) 将大型更改集拆分为逻辑提交。
SKILL.md
Analyze git changes and generate context-aware commit messages following Conventional Commits.
| --analyze | Show all changed files with status and categories | | --batch | Suggest how to split changes into multiple commits | | --generate [pattern] | Generate commit message for matching files | | --staged | Only analyze staged changes (default: all changes) |
| feat | New feature | feat(api): add user authentication | | fix | Bug fix | fix(db): resolve connection timeout | | refactor | Code restructuring | refactor(utils): simplify helper functions | | docs | Documentation | docs: update README | | test | Tests | test(api): add user endpoint tests | | chore | Maintenance | chore: update dependencies |
分析 git 更改并生成常规提交消息。支持批量提交多个不相关的更改。在以下情况下使用:(1) 创建 git 提交,(2) 查看分阶段更改,(3) 将大型更改集拆分为逻辑提交。 来源:jiatastic/open-python-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/jiatastic/open-python-skills --skill commit-message- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 commit-message?
分析 git 更改并生成常规提交消息。支持批量提交多个不相关的更改。在以下情况下使用:(1) 创建 git 提交,(2) 查看分阶段更改,(3) 将大型更改集拆分为逻辑提交。 来源:jiatastic/open-python-skills。
如何安装 commit-message?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jiatastic/open-python-skills --skill commit-message 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/jiatastic/open-python-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01