ci-status

Check GitHub Actions workflow status and summarize recent runs.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/HaykTarkhanyan/claude-setup --skill ci-status-hayktarkhanyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-status
Source: https://github.com/HaykTarkhanyan/claude-setup/tree/main/skills/ci-status
Command: npx skills add https://github.com/HaykTarkhanyan/claude-setup --skill ci-status-hayktarkhanyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly determine the current state of GitHub Actions CI for a repository, reducing guesswork about build health and recent changes.

Core Features & Use Cases

  • Overview of the latest GitHub Actions workflow runs and their statuses for a repository.
  • Highlight failed jobs and surface concise failure reasons to prioritize fixes.
  • Show detailed information for a specific run when a run-id is provided.

Quick Start

Tell the AI to show me the latest GitHub Actions status for a repository.

Frequently Asked Questions about ci-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the status of GitHub Actions workflows for a repository?

To check GitHub Actions workflow status, the skill fetches recent runs using gh run list and gh run view, presenting a structured summary with status, workflow, commit, branch, duration, and timestamp.

Can I see why a specific GitHub Actions build failed?

Yes, you can see why a GitHub Actions build failed by providing a specific run-id. The skill uses gh run view to fetch detailed information for that run and surfaces concise failure reasons.

What is the best way to get an overview of recent CI workflow runs?

The best way to get an overview of recent CI workflow runs is to request the latest status for a repository. The skill highlights failed jobs and provides a concise CI overview of recent changes.

Do I need a specific run-id to view GitHub Actions CI status?

You do not need a specific run-id to view general GitHub Actions CI status. Providing a run-id is only required when you want to show detailed information for a specific workflow run.

Why does my GitHub Actions CI status check show a failed workflow?

A GitHub Actions CI status check shows a failed workflow to highlight failing jobs. The skill identifies these failures and surfaces concise failure reasons to help you prioritize fixes.

Does the ci-status skill work with other CI platforms or only GitHub Actions?

The ci-status skill works exclusively with GitHub Actions. It uses the gh CLI to fetch workflow data, meaning it monitors recent runs and build health specifically for GitHub repositories.