ci

ci is a skill for Claude Code from quay/ai-helpers. It costs 29 tokens per session (186 once invoked), scanned A, original, MIT.

A quick checker for the status of a GitHub pull request's automated checks. It reports each job as passed, failed, still running, or not applicable.

In plain words
What is it for?
Use it to check GitHub Actions and other pull-request checks, summarize their results, and identify failed or pending jobs.
Why use it?
It gives a concise view of whether a pull request is ready or needs investigation without manually inspecting every check. When a job fails, it points to a separate polling workflow for follow-up fixes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Bash(bash .claude/scripts/check-ci.sh *).

Part of the dev plugin — 16 skills, 1 command shipped together

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/quay/ai-helpers
agentmods
npx agentmods add skills/quay/ai-helpers/ci

Made for: Claude Code.

Or install dev, the plugin that ships this one along with the rest of its 16 skills, 1 command.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/quay/ai-helpers/ci.svg)](https://agentmods.dev/skills/quay/ai-helpers/ci)
Your own site
<a href="https://agentmods.dev/skills/quay/ai-helpers/ci"><img src="https://agentmods.dev/badge/skills/quay/ai-helpers/ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00029 $0.00186
Opus 5 $0.00015 $0.00093
Sonnet 5 $0.00006 $0.00037
Haiku 4.5 $0.00003 $0.00019

Measured yesterday against content hash 096713fd0491, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ci 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 yesterday.

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.

plugins/dev/skills/ci/SKILL.md · 33 lines

What it actually says

CI Status Check

Quick CI check for PR #$ARGUMENTS.

Step 1: Check

bash .claude/scripts/check-ci.sh $ARGUMENTS

Step 2: Report

Summarize each job:

  • pass — No action needed
  • fail — Needs investigation
  • pending — Still running
  • skipping — Not applicable

If any jobs failed, suggest /poll $ARGUMENTS for the full feedback loop with fixes.

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. yesterday First seen · 33 lines · 29 tokens per session scan A 096713fd0491

Subscribe to this mod's changes

ci is a skill published in the GitHub repository quay/ai-helpers (3 stars, last pushed 19d ago), licensed MIT. It adds 29 tokens to every session and 186 once invoked, about $0.0001 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-09-04.