원클릭으로
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 不一致的情况,立刻停止并提醒我