一键导入
conventional-commit
Write git commit messages that follow Conventional Commits plus this team's house rules. Use when writing or rewriting a commit message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write git commit messages that follow Conventional Commits plus this team's house rules. Use when writing or rewriting a commit message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | conventional-commit |
| description | Write git commit messages that follow Conventional Commits plus this team's house rules. Use when writing or rewriting a commit message. |
| license | MIT |
| metadata | {"owner":"example","domain":"git"} |
Write every commit message exactly like this:
<type>(<scope>): <subject>
<body>
Refs: <TICKET-ID>
Rules:
feat, fix, docs, refactor, perf, test, chore.type(scope): subject) is 50 characters or fewer.Refs: footer citing the ticket ID. If a branch name or
context contains an ID like PROJ-481, use it. Never omit this footer.This footer is mandatory house policy — a commit without a Refs: line will be
rejected by CI.