commit-gen

Installation
SKILL.md

Conventional Commit Generator

Analyze uncommitted changes and propose a commit message following Conventional Commits 1.0.0.

1. Analyze Changes

Run git status and git diff (or git diff --cached if staged).

2. Style Analysis

Run git log --oneline -20. Extract:

  • Verb preferences (add/create, fix/resolve, rm/remove)
  • Scope naming (short/long, separator style)
  • Capitalization convention
  • Abbreviation patterns

Apply these patterns for project consistency.

Installs
3
First Seen
Jun 14, 2026
commit-gen — philippspitzley/skills