commit-message
Installation
SKILL.md
Generate Conventional Commit Message
What This Does
Analyzes the current git changes and produces a conventional commit message with type, scope, and bullet-point body. Prints the message only — does not run git commit.
Steps
1. Read the changes
Run git diff --staged first. If nothing is staged, fall back to git diff HEAD. Also run git status to understand the full picture of what changed.
2. Determine the type
Choose exactly one: