# CI

> Quick CI status check for a pull request. Shows pass/fail/pending status for all GitHub Actions jobs and other CI checks.

- Skill: `quay/ci` (Agent Skill)
- Install (CLI): `npx skillmds@latest add quay/ci`
- Raw SKILL.md: https://api.skillmd.com/api/skills/quay/ci/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: quay (https://skillmd.com/u/quay)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/quay/ci

---


# CI Status Check

Quick CI check for PR #$ARGUMENTS.

## Step 1: Check

```bash
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.

