CI Whisperer
/install martok9803-ci-whisperer
CI Whisperer
Fetch GitHub Actions run details, pinpoint the failure, and propose a minimal fix.
This skill is meant to feel like a senior engineer doing a fast “CI autopsy”.
Modes
Read-only mode (default)
- Collect evidence, explain root cause, propose fixes.
- No pushes, no PRs, no branch creation.
PR fix mode (opt-in)
PR fix mode is allowed only when both are true:
- The user explicitly asks to open a PR.
- A local toggle is enabled (the “on/off button”):
- env var:
CI_WHISPERER_WRITE=1
- env var:
If the toggle is not enabled, refuse politely and explain how to enable it.
Workflow
1) Identify target run
Accept any of:
- workflow run URL
- run id
- PR number (then locate latest run)
Always determine:
owner/repo- run id
If the user didn’t specify the repo, ask for it (or infer from context).
2) Gather evidence (tool-backed)
Prefer deterministic tooling. Use /usr/bin/gh when the system has multiple gh binaries.
Suggested commands:
gh run view \x3Crun-id> --repo owner/repo --json status,conclusion,createdAt,updatedAt,event,headBranch,headSha,url,namegh run view \x3Crun-id> --repo owner/repo --log-failedgh run view \x3Crun-id> --repo owner/repo --log(only if needed; can be noisy)
If gh is not authenticated, stop and ask the user to run:
/usr/bin/gh auth login
3) Produce a "CI Autopsy" report
Return:
- failing job(s) and step(s)
- the exact error excerpt (short; redact secrets)
- likely root cause(s) ranked
- minimal fix options
- confidence level
4) (Optional) Open a PR (only with explicit approval + write toggle)
If the user asks to fix it and CI_WHISPERER_WRITE=1:
- create a branch
- apply minimal changes
- run local lint/tests if available
- open PR with a clear description and link to the failing run
If the user asks but write mode is OFF:
- provide the patch/diff instructions, but do not push.
Safety
- Never print tokens.
- Don’t open PRs or push changes unless explicitly requested.
- If logs contain secrets, redact before quoting.
Bundled scripts
Use scripts for repeatable fetching and parsing:
scripts/ci_autopsy.py(fetch run metadata + failed logs)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install martok9803-ci-whisperer - 安装完成后,直接呼叫该 Skill 的名称或使用
/martok9803-ci-whisperer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CI Whisperer 是什么?
Analyze GitHub Actions failures and propose fixes. Use when a user shares a failing GitHub Actions run URL/id, says 'CI is failing', asks 'why did this workf... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 632 次。
如何安装 CI Whisperer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install martok9803-ci-whisperer」即可一键安装,无需额外配置。
CI Whisperer 是免费的吗?
是的,CI Whisperer 完全免费(开源免费),可自由下载、安装和使用。
CI Whisperer 支持哪些平台?
CI Whisperer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CI Whisperer?
由 MartinKirov(@martok9803)开发并维护,当前版本 v0.2.0。