一键导入
commit
Create a git commit following this repo's conventions. Use when the user asks to commit changes (e.g. "commit", "commit this", "/commit").
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a git commit following this repo's conventions. Use when the user asks to commit changes (e.g. "commit", "commit this", "/commit").
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a feature branch using this repo's branch-naming conventions.
Creates a new vcs branch. Should rarely be called directly.
Decompose the working tree into clean commits and open a PR. Use when the user asks to ship the current change end-to-end.
Create a commit following this repo's conventions (Conventional Commits). Use when the user asks to commit changes. Optional file list scopes the commit.
Creates a vcs commit. Should rarely be called directly.
Opens a vcs pull request. Should rarely be called directly.
| name | commit |
| description | Create a git commit following this repo's conventions. Use when the user asks to commit changes (e.g. "commit", "commit this", "/commit"). |
Create a git commit that follows this repo's conventions.
docs/harness/vcs/commits.md for the conventions. Follow them exactly.git status, git diff (staged and unstaged), and git log -5 --oneline to understand the changes and recent message style.