来源信息
- 仓库
- Windy3f3f3f3f/claude-code-from-scratch
- 最近来源活动
- 2026年4月9日 14:26
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 2,693
- 分支
- 543
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- commit
- description
- Create a git commit with a summary of changes
- user_invocable
- true
- context
- inline
# Commit Skill
1. Run `git diff --staged` and `git status` to see what's changed
2. Write a concise commit message summarizing the changes
3. Run `git commit -m "<message>"`
If no files are staged, tell the user to stage files first.
Arguments passed to this skill are used as additional context for the commit message.
在 GitHub 查看