一键导入
commit-helper
Turn a change description into a Conventional Commits subject line using the format_commit tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn a change description into a Conventional Commits subject line using the format_commit tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Process customer refund requests per company policy
Follow this team's Git conventions for branching and commits
Extract text and form fields from PDF documents
Follow this team's Git conventions for branching and commits
Extract, fill, and assemble PDF documents
Sibling skill whose directory name shares a textual prefix with foo
基于 SOC 职业分类
| name | commit-helper |
| description | Turn a change description into a Conventional Commits subject line using the format_commit tool |
When the user describes a change they made, produce a Conventional Commits subject line for it.
Call the format_commit tool with:
type — one of feat, fix, docs, refactor, test, chorescope — optional; the package or area that changedsummary — a short, imperative one-line descriptionReturn the tool's output verbatim as the commit subject. Do not hand-format the subject yourself; the tool owns the formatting rules.