Formats GitHub commit messages following Conventional Commits style with title and optional description. Use when proposing or implementing code changes, writing commit messages, or when the user asks for commit message suggestions.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Formats GitHub commit messages following Conventional Commits style with title and optional description. Use when proposing or implementing code changes, writing commit messages, or when the user asks for commit message suggestions.
Commit Format
Template (copy this structure exactly)
Title only — raw markdown:
> **Commit title:** `type: short description here`
Title with description — raw markdown:
> **Commit title:** `type: short description here`
>
> Description sentence one. Description sentence two with `codeRef()` references.
Rules
Use markdown blockquote (> prefix) — no exceptions
Title goes after **Commit title:** wrapped in exactly ONE backtick pair
NEVER put backticks inside the title — the whole title is one code span, no nesting
Description uses backticks for code references — title does NOT