claude install nacho/commit-message-skillA Claude Code slash command (/commit-msg) that automatically generates Conventional Commits-compliant commit messages by analyzing your staged git diff.
git diff --staged to understand what changed--scope, --type, and --breaking overridesfeat(auth): add OAuth2 login with GitHub providerStage your changes, then run:
/commit-msg
| Flag | Description |
|---|---|
--scope | Override the auto-detected scope |
--type | Force a specific commit type |
--breaking | Mark the commit as a breaking change |
feat(auth): add OAuth2 login with GitHub provider
fix(api): handle null response from external service
refactor(db): migrate queries to prepared statements
Be the first to share your thoughts