Gen Commit Message banner
michelbr84 michelbr84

Gen Commit Message

Git community

Description

--- description: Use when user has staged changes and asks for a commit message, says "what should the commit message be", or types /gen-commit-message. Reads `git diff --staged` and proposes a Conventional Commits message (feat/fix/docs/refactor/test/chore). allowed-tools: Bash, Read --- Read `skills/gen-commit-message.md` in this repository and execute its workflow verbatim. Parse any arguments the user passed below and bind them to the skill's declared arguments before running. User argumen

Installation

Installs to ~/.claude/commands/michelbr84-claudemaxpower-gen-commit-message.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/michelbr84/ClaudeMaxPower/HEAD/.claude/commands/gen-commit-message.md -o ~/.claude/commands/michelbr84-claudemaxpower-gen-commit-message.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository