fix-ci-until-green

fix-ci-until-green is a skill for Claude Code, Codex from jim60105/copilot-prompt. It costs 134 tokens per session (2,891 once invoked), scanned A, original, GFDL-1.3.

A workflow for fixing a failed GitHub Actions run, the automated jobs that build and test code on GitHub, until it passes.

In plain words
What is it for?
Use it when you have a GitHub Actions run URL or ID and want to diagnose failures, apply fixes, push them, and recheck the run.
Why use it?
It groups evidence-based fixes into limited update-and-check cycles, reducing repeated failed CI runs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when you have a GitHub Actions run URL or ID and want to diagnose failures, apply fixes, push them, and recheck the run.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jim60105/copilot-prompt/fix-ci-until-green
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 jim60105/copilot-prompt --skill fix-ci-until-green
Clone the repo
git clone --depth 1 https://github.com/jim60105/copilot-prompt

Made for: Claude Code, 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 fix-ci-until-green

README.md
[![agentmods](https://agentmods.dev/badge/skills/jim60105/copilot-prompt/fix-ci-until-green/github.svg)](https://agentmods.dev/skills/jim60105/copilot-prompt/fix-ci-until-green)
Your own site
<a href="https://agentmods.dev/skills/jim60105/copilot-prompt/fix-ci-until-green"><img src="https://agentmods.dev/badge/skills/jim60105/copilot-prompt/fix-ci-until-green/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 fix-ci-until-green

Your own site · 80×15
<a href="https://agentmods.dev/skills/jim60105/copilot-prompt/fix-ci-until-green"><img src="https://agentmods.dev/badge/skills/jim60105/copilot-prompt/fix-ci-until-green.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,891 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 unknown 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.00134 $0.02891
Opus 5 $0.00067 $0.01445
Sonnet 5 $0.00027 $0.00578
Haiku 4.5 $0.00013 $0.00289

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

Security

Grade A, and why

fix-ci-until-green 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 3 executable files (scripts/_common.sh, scripts/ci_failure_report.sh, scripts/wait_for_ci.sh), 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/fix-ci-until-green/SKILL.md · 229 lines

The source is not reproduced here

Licensed GFDL-1.3

The repository is licensed GFDL-1.3, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 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 Changed · +3 lines 2045f6244789
  2. 11d ago First seen · 226 lines · 134 tokens per session scan A 6bb686cd6ca0

Subscribe to this mod's changes

fix-ci-until-green is a skill published in the GitHub repository jim60105/copilot-prompt (21 stars, last pushed 3d ago), licensed GFDL-1.3. It adds 134 tokens to every session and 2,891 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

github-actions

Use this skill when authoring or debugging GitHub Actions workflows (.github/workflows/.yml) — e.g. "add CI for this Drupal project on GitHub", "run phpcs/phpstan/phpunit on pull requests", "cache composer dependencies", "deploy over SSH when main is pushed", "why didn't my workflow trigger", or anything involving…

siva01c/claude-plugins · 86 tokens

gitlab-ci

Use this skill when authoring or debugging GitLab CI/CD pipelines (.gitlab-ci.yml) — e.g. "add a CI pipeline for this Drupal project", "run phpcs/phpstan/phpunit in GitLab CI", "deploy with drush from a pipeline", "why is my job not running", "cache composer dependencies", or anything involving stages, rules…

siva01c/claude-plugins · 88 tokens

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

iflytek-hyper-tts

A text-to-speech tool that turns written text into an MP3 recording. It can use an authorized voice and adjust speaking speed, volume, and pitch.

iflytek/iFly-Skills · 92 tokens

iflytek-ocr-invoice

An image-reading tool that extracts structured information from Chinese invoices, receipts, bills, and tickets. OCR means turning text in a photo or scan into computer-readable data.

iflytek/iFly-Skills · 77 tokens

iflytek-pdf-image-ocr

AI-powered OCR service for images and PDF documents using iFlytek's advanced recognition APIs.

iflytek/iFly-Skills · 81 tokens