(Opus 4.5) Generate a git commit message for staged changes
Generates git commit messages for staged changes following repository conventions.
/plugin marketplace add leonasdev/dot-claude/plugin install leonasdev-git-commands-plugins-git-commands@leonasdev/dot-claudegit statusgit diff --stagedgit branch --show-currentgit log --oneline -10 2>/dev/null || echo "No commits yet"If the staged diff is empty, output: No staged changes. Stage changes first.
Otherwise, output only the commit message (no preamble, no explanation). Follow the style of recent commits, or use conventional commits if there are no commits yet.
Do not use any tools or do anything else.