mlflow

analyze-ci

@mlflow/analyze-ci
mlflow
23,580
5130 forks
Updated 1/7/2026
View on GitHub

Analyze failed GitHub Action jobs for a pull request.

Installation

$skills install @mlflow/analyze-ci
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositorymlflow/mlflow
Path.claude/skills/analyze-ci/SKILL.md
Branchmaster
Scoped Name@mlflow/analyze-ci

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: analyze-ci description: Analyze failed GitHub Action jobs for a pull request. allowed-tools:

  • Bash

Analyze CI Failures

This skill analyzes logs from failed GitHub Action jobs using Claude.

Prerequisites

  • GitHub Token: Auto-detected via gh auth token, or set GITHUB_TOKEN env var

Usage

# Analyze all failed jobs in a PR
uv run .claude/skills/analyze-ci/analyze_ci.py <pr_url>

# Analyze specific job URLs directly
uv run .claude/skills/analyze-ci/analyze_ci.py <job_url> [job_url ...]

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 .claude/skills/analyze-ci/analyze_ci.py https://github.com/mlflow/mlflow/pull/19601

# Analyze specific job URLs directly
uv run .claude/skills/analyze-ci/analyze_ci.py https://github.com/mlflow/mlflow/actions/runs/12345/job/67890