원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.