Commit Message

**UTILITY SKILL** - Generate a classic Git commit message from a staged diff. USE FOR: write commit message, generate commit message from diff, summarize staged changes, create commit text, compose git commit. DO NOT USE FOR: generating PR descriptions (use pr-title-description), writing changelog entries, conventional commits format. INVOKES: git diff --staged for reading staged changes. FOR SINGLE OPERATIONS: Use git commit -m directly for trivial one-liners.

kin0992 bae99fb 1.7 KB Updated

File contents

kin0992/dev-toolkit/tree/main/packages/skills/src/git/commit-message commit bae99fbd2e

Frequently asked questions

npx skillmds@latest add kin0992/commit-message