← Back to Skills Marketplace
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fix-build-agentops-analyze-ci
Description
Analyze failed GitHub Action jobs for a pull request.
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fix-build-agentops-analyze-ci - After installation, invoke the skill by name or use
/fix-build-agentops-analyze-ci - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Frequently Asked Questions
What is analyze-ci?
Analyze failed GitHub Action jobs for a pull request. It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.
How do I install analyze-ci?
Run "/install fix-build-agentops-analyze-ci" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is analyze-ci free?
Yes, analyze-ci is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does analyze-ci support?
analyze-ci is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created analyze-ci?
It is built and maintained by wu-uk (@wu-uk); the current version is v0.1.0.
More Skills