git-commit

Installation
SKILL.md

Commit Message Generator

Generate commit messages from staged changes following Conventional Commits.

Workflow

  1. Get staged diff

    • Run git diff --cached
    • If output is empty, inform user there are no staged changes and exit
  2. Generate commit message

    • Analyze the diff content
    • Apply the rules below to produce a commit message
  3. Confirm and commit

    • Display the generated commit message
    • Ask user to confirm, edit, or cancel
    • Only commit after user confirmation
    • Run git commit -m "<message>"
Related skills
Installs
4
First Seen
Mar 31, 2026