Stats
Actions
Tags
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 直到全绿。
How 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`
git branch --show-currentgit log --oneline -3持续跟踪 CI 流水线状态,迭代修复直到全绿。
--no-verify 跳过 hook每轮修复输出:
| 轮次 | 失败原因 | 修复手段 | 结果 |
|---|---|---|---|
| 1 | ... | ... | PASS/FAIL |
最终状态:全绿 / 仍有失败(附原因)
$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