← 返回 Skills 市场
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fix-build-agentops-analyze-ci
功能描述
Analyze failed GitHub Action jobs for a pull request.
使用说明 (SKILL.md)
Analyze CI Failures
This skill analyzes logs from failed GitHub Action jobs using Claude.
Prerequisites
- GitHub Token: Auto-detected via
gh auth token, or setGITHUB_TOKENenv var
Usage
# Analyze all failed jobs in a PR
uv run skills analyze-ci \x3Cpr_url>
# Analyze specific job URLs directly
uv run skills analyze-ci \x3Cjob_url> [job_url ...]
# Show debug info (tokens and costs)
uv run skills analyze-ci \x3Cpr_url> --debug
Output: A concise failure summary with root cause, error messages, test names, and relevant log snippets.
Examples
# Analyze CI failures for a PR
uv run skills analyze-ci https://github.com/mlflow/mlflow/pull/19601
# Analyze specific job URLs directly
uv run skills analyze-ci https://github.com/mlflow/mlflow/actions/runs/12345/job/67890
安全使用建议
Before installing or running this skill: ensure the GitHub CLI (gh) is installed if you plan to use auto-detection; prefer supplying a scoped GITHUB_TOKEN rather than relying on automatic credential reads; avoid using the --debug flag in untrusted environments because it may print tokens or other sensitive information; ask the skill author for a precise list of commands the skill will run and for confirmation that tokens will not be logged or transmitted to external endpoints. If you need to be extra cautious, run the skill in an isolated environment with only a limited-scope token.
能力评估
Purpose & Capability
The skill claims to analyze GitHub Action logs for PRs, which matches the described usage examples. However SKILL.md relies on the GitHub CLI ('gh auth token') even though the skill declares no required binaries. That is an inconsistency between what's claimed and what's actually needed.
Instruction Scope
The runtime instructions are high-level and do not enumerate the exact commands or data flows. They instruct auto-detection of a GitHub token via 'gh auth token' and offer '--debug' to 'show debug info (tokens and costs)', which could cause secrets (GITHUB_TOKEN or other tokens surfaced by gh) to be printed or transmitted. The SKILL.md also says it analyzes logs 'using Claude' but the allowed-tools are Bash — the relationship between fetching logs and invoking the model is not spelled out.
Install Mechanism
Instruction-only skill with no install spec and no code files — low installation risk. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required env vars but explicitly references GITHUB_TOKEN and auto-detection via 'gh auth token'. That implies reading local credentials without declaring the dependency. The '--debug' option that shows 'tokens' increases the risk of accidental secret exposure. No unrelated credentials are requested, but the handling of the GitHub token is under-specified.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and is user-invocable only. No elevated persistence or cross-skill configuration is evident.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fix-build-agentops-analyze-ci - 安装完成后,直接呼叫该 Skill 的名称或使用
/fix-build-agentops-analyze-ci触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
analyze-ci 是什么?
Analyze failed GitHub Action jobs for a pull request. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。
如何安装 analyze-ci?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fix-build-agentops-analyze-ci」即可一键安装,无需额外配置。
analyze-ci 是免费的吗?
是的,analyze-ci 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
analyze-ci 支持哪些平台?
analyze-ci 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 analyze-ci?
由 wu-uk(@wu-uk)开发并维护,当前版本 v0.1.0。
推荐 Skills