From udcp-gerrit
自动生成 commit message 并执行 git commit。根据暂存区和工作区的改动内容,生成符合 Gerrit 规范的 commit message 格式
How this skill is triggered — by the user, by Claude, or both
Slash command
/udcp-gerrit:udcp-gitcmThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
根据当前未提交的代码(暂存区和工作区),生成符合 Gerrit 规范的 commit message 格式并自动执行 git commit。
根据当前未提交的代码(暂存区和工作区),生成符合 Gerrit 规范的 commit message 格式并自动执行 git commit。
verb: 摘要
<commit message>
Log:
feat - 新功能fix - 修复 bugrefactor - 重构docs - 文档更新style - 代码格式调整test - 测试相关chore - 构建/工具链相关perf - 性能优化ci - CI/CD 相关build - 构建相关revert - 回滚git status 和 git diff --cached 查看暂存区改动git diff 查看工作区改动git commit -m "<生成的内容>"Log: 字符串npx claudepluginhub straysh/straysh-plugins --plugin udcp-gerritGenerates conventional git commit messages from staged changes, unstaged diffs, and recent history. Uses git status, diff --cached, diff, log. Outputs type(scope): summary with body.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.