(Haiku 4.5) Generate a git commit subject for staged changes
Generates git commit subjects for staged changes following repository conventions.
/plugin marketplace add leonasdev/dot-claude/plugin install leonasdev-git-commands-plugins-git-commands@leonasdev/dot-claudeclaude-haiku-4-5git 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 subject (no body, 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.