一键导入
general-git-commit
General git commit workflow, lower priority — only use when user asks to commit changes, and no other commit skill is active
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
General git commit workflow, lower priority — only use when user asks to commit changes, and no other commit skill is active
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write and maintain changelogs for sphinxnotes projects. Covers preparing release changelogs, adding incremental entries, and the ``.. version::`` directive reference.
Release workflow for sphinxnotes/cookiecutter generated projects. Use when the user asks to release a new stable version.
Use when updating a sphinxnotes project from the cookiecutter template, resolving cruft update conflicts (.rej files), and completing template sync
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
在 dotfiles 项目中,当我要求提交修改时使用
提供 AI 模型 co-author 信息,供其他 git commit skill 引用
| name | general-git-commit |
| description | General git commit workflow, lower priority — only use when user asks to commit changes, and no other commit skill is active |
按下面步骤严格执行:
create new branch:
git add:
write commit message: 结合改动内容编写 commit meesage, 消息格式要模仿对应文件的历史 commit messages
attach co-author info: 如果你参与了代码的修改,在 commit message body 中附加 co-author 信息,参见 model-co-authors skill
git commit: 执行 git commit
git push: 如果用户提到了 push 就执行 git push
执行 push 时如何遇到 remote 不一致的情况,立刻停止并提醒我