Generate commit message with alternatives
Generates 3 alternative commit messages from git diff analysis with WHAT and WHY focus.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techgit/| Command | Purpose |
|---|---|
/lt-dev:git:mr-description | Generate MR description for branch |
/lt-dev:git:mr-description-clipboard | Generate MR description with clipboard copy |
Analyze the current changes compared to the last git commit (git diff) and create a commit message.
Requirements:
Output format: Provide exactly 3 alternatives:
1. [your first commit message suggestion]
2. [your second commit message suggestion]
3. [your third commit message suggestion]
Then add: " Copy your preferred message to use with git commit -am \"...\""
/commit-message스테이징된 변경사항(git diff --staged)에서 적절한 커밋 메시지를 생성합니다. git 명령은 실행하지 않고, 메시지 생성과 클립보드 복사만 수행합니다.