git-commit-generator

Installation
SKILL.md

Git Commit Generator

Generate Conventional Commit messages from staged git changes.

Workflow

  1. Run git diff --cached --name-status to identify changed files and their status
  2. Run git diff --cached to review the actual staged changes
  3. Analyze the changes and generate a commit message following the rules below
  4. Output ONLY the commit message — no markdown, no code fences, no commentary
  5. Present 2-3 options to the user

Output Format

type(scope): subject

- Body sentence one
- Body sentence two
Installs
8
GitHub Stars
1
First Seen
Apr 2, 2026
git-commit-generator — theoklitosbam7/skills