Help us improve
Share bugs, ideas, or general feedback.
From workflow-toolkit
Commits and pushes staged changes with Chinese Conventional Commits and optional SemVer tagging. Handles staging, commit message generation, tagging, and push in one flow. 提交代码并推送到远端。
npx claudepluginhub sinnohzeng/workflow-toolkit --plugin workflow-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-toolkit:commitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Git status: !`git status`
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentgit log --oneline -10git tag --sort=-v:refname | head -5提交本次改动到远端仓库,在单条消息中完成 stage → commit → push 全流程。
<type>(<scope>): <subject>git add -A,逐文件确认).env、credentials、secrets 等敏感文件完成后输出:
$ARGUMENTS