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.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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