gallery 在 ClaudeCode 的 command 分享,自动提交 暂存区的代码,生成 msg 中发帖
分享一个 command,可以根据 git 暂存区的代码生成有用的 msg,然后提交。
---
allowed-tools: Bash(git status:*), Bash(git diff --cached:*), Bash(git diff:*), Bash(git commit:*), Bash(sh:*), Bash(bash:*)
argument-hint: [lang: zh|en] [--preview] [--help] [extra info]
description: Analyze STAGED changes and auto-execute commit with concise message (supports zh/en, preview mode)
---
## Context
- Current git status: !`git status...