Stats
Actions
Tags
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. 提交代码并推送到远端。
How 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`
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
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub helenpiggy/workflow-toolkit --plugin workflow-toolkit