ci-failure-triage

ci-failure-triage is a skill for Codex from ClarentCinematics/Codex-Skills-for-Enterprise. It costs 70 tokens per session (493 once invoked), scanned A, original, MIT.

A skill for investigating failed continuous integration (CI) runs, builds, tests, deployments, or automated checks and turning the evidence into a diagnosis.

In plain words
What is it for?
Use it to triage broken builds, flaky tests, failed deployment checks, or release-blocking pipeline jobs. It can inspect commands, tests, logs, environments, and recent changes.
Why use it?
It separates the main failure from warnings, retries, and follow-on errors. It also connects the failure to a likely cause, owner, reproduction path, fix plan, and escalation need.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to triage broken builds, flaky tests, failed deployment checks, or release-blocking pipeline jobs. It can inspect commands, tests, logs, environments, and recent changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ClarentCinematics/Codex-Skills-for-Enterprise --skill ci-failure-triage
Clone the repo
git clone --depth 1 https://github.com/ClarentCinematics/Codex-Skills-for-Enterprise

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ci-failure-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage/github.svg)](https://agentmods.dev/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage)
Your own site
<a href="https://agentmods.dev/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage"><img src="https://agentmods.dev/badge/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ci-failure-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage"><img src="https://agentmods.dev/badge/skills/clarentcinematics/codex-skills-for-enterprise/ci-failure-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00493
Opus 5 $0.00035 $0.00246
Sonnet 5 $0.00014 $0.00099
Haiku 4.5 $0.00007 $0.00049

Measured 11d ago against content hash 1b7183428468, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ci-failure-triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/extract_ci_signal.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ci-failure-triage/SKILL.md · 42 lines

What it actually says

CI Failure Triage

Workflow

  1. Identify the failing system, job, step, command, test, environment, and recent change context.
  2. Separate primary failure signals from downstream noise, retries, warnings, and unrelated log output.
  3. Form a ranked root-cause hypothesis using the smallest reliable evidence set.
  4. Map the failure to likely ownership by component, file path, service, team, or changed area when available.
  5. Produce a practical fix path with reproduction steps, investigation commands, and escalation needs.

Script-Assisted Workflow

When given a long raw CI log, run scripts/extract_ci_signal.py --input <log> first to extract the primary failure candidate, likely failure class, detected commands/tests, context, and caveats. Use --json when another tool or report needs structured output. Treat the script output as evidence for triage, not as a final root-cause decision.

Output Standard

Use this structure by default:

  • Failure Summary: system, job, step, and business impact.
  • Primary Signal: exact failing command, test, assertion, error, or status.
  • Likely Root Cause: ranked hypotheses with evidence and confidence.
  • Likely Owner: component, team, or file area; use Not stated if unclear.
  • Reproduction Path: local or CI reproduction steps from provided material.
  • Fix Path: concrete next actions and validation checks.
  • Escalation: release risk, infrastructure dependency, or human decision needed.

Rules

  • Do not treat the last log line as root cause without supporting evidence.
  • Mark missing context explicitly instead of inventing branch names, owners, or commands.
  • Flag flaky-test, environment, dependency, and secret/config possibilities separately.
  • Prefer fast unblock steps when production, release, or merge flow is blocked.

References

Read references/triage-patterns.md when the failure involves noisy logs, flaky tests, infrastructure failures, or release-blocking checks.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 42 lines · 70 tokens per session scan A 1b7183428468

Subscribe to this mod's changes

ci-failure-triage is a skill published in the GitHub repository ClarentCinematics/Codex-Skills-for-Enterprise (2 stars, last pushed 2mo ago), licensed MIT. It adds 70 tokens to every session and 493 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

comet-github-ci-triage

A workflow for diagnosing failed GitHub Actions checks on a Comet pull request. GitHub Actions runs automated builds and tests; a pull request is a proposed code change waiting to be reviewed and merged.

rpamis/comet · 72 tokens

ci-auto-fix

Diagnoses a failed CI check, classifies it with an explicit verdict (code-bug | workflow-bug | dep-bug | env-bug | flaky | unsure), confidence-gates the fix (>=90 auto, 80-89 ask, <80 escalate), applies it, pushes, and iteratively verifies until CI passes — reverting the last commit if a brand-new failure appears.…

mthines/agent-skills · 154 tokens

k8s-yaml-validator

Comprehensive toolkit for validating, linting, and testing Kubernetes YAML resources. Use this skill when validating Kubernetes manifests, debugging YAML syntax errors, performing dry-run tests on clusters, or working with Custom Resource Definitions (CRDs) that require documentation lookup.

pantheon-org/tekhne · 57 tokens

ci-repair

Fix CI failures by fetching GitHub Actions logs, dispatching dev to fix, verifying locally, and pushing.

yimwoo/codex-agenteam · 26 tokens

fix-ci-until-green

Drive a failing GitHub Actions run to green in as few CI runs as possible, with a bounded fix-critique-commit-push-recheck loop that batches every evidenced fix into each push. Use when the user supplies a GitHub Actions run URL or run ID and wants the failure fixed, or asks to "make CI green", "fix the failing…

jim60105/copilot-prompt · 134 tokens

gh-fix-ci

Diagnoses failing or setup-stuck GitHub Actions checks on a PR, identifies root cause, and proposes or applies targeted fixes. Triggers when the user asks to fix CI, diagnose failing checks, fix a failing workflow, address GitHub Actions errors, get a green build, or continue PR queue work without waiting on unrelated…

shipshitdev/skills · 103 tokens