write-conventional-commit

Installation
SKILL.md

Write Conventional Commit

Inspect Git changes and write Conventional Commit message.

Workflow

  • Run git status --short.
  • If there are no staged or unstaged changes, reply: No staged or unstaged changes found.
  • Run git diff --staged --no-ext-diff --stat.
  • Run git diff --staged --no-ext-diff.
  • If the staged diff is empty but the working tree is dirty, use git diff --no-ext-diff --stat and git diff --no-ext-diff as a fallback.
  • Infer the dominant intent from the diff and write one message only.

Commit Types

Use exactly one type from this list:

Installs
179
Repository
liblaf/skills
First Seen
Apr 21, 2026
write-conventional-commit — liblaf/skills