Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From workflow-toolkit
Tracks CI pipeline failures and iteratively fixes issues until all pipelines are green. Supports GitHub Actions, CodeArts, and other CI platforms. 迭代修复 CI 直到全绿。
npx claudepluginhub sinnohzeng/workflow-toolkit --plugin workflow-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-toolkit:fix-ciThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Current branch: !`git branch --show-current`
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 branch --show-currentgit log --oneline -3持续跟踪 CI 流水线状态,迭代修复直到全绿。
--no-verify 跳过 hook每轮修复输出:
| 轮次 | 失败原因 | 修复手段 | 结果 |
|---|---|---|---|
| 1 | ... | ... | PASS/FAIL |
最终状态:全绿 / 仍有失败(附原因)
$ARGUMENTS