generating-commit-messages

star 0

Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

ujiro99 By ujiro99 schedule Updated 11/21/2025

name: generating-commit-messages description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

Generating Commit Messages

Instructions

  1. Run git diff --staged to see changes
  2. I'll suggest a commit message with:
    • Summary under 50 characters
    • Detailed description
    • Affected components

Best practices

  • Use present tense
  • Explain what and why, not how
Install via CLI
npx skills add https://github.com/ujiro99/prompt-autocraft --skill generating-commit-messages
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator