ci-status

Displays current CI pipeline status for the active branch using glab or gh.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill ci-status-srednoff888-art
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ci-status
Source: https://github.com/srednoff888-art/4/tree/main/examples/skills/ci-status
Command: npx skills add https://github.com/srednoff888-art/4 --skill ci-status-srednoff888-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Easily see the status of the CI pipeline for the branch you are working on, across GitLab CI and GitHub Actions.

Core Features & Use Cases

  • Show current pipeline status for the active branch on GitLab CI and GitHub Actions.
  • Provide quick MR/PR checks when a number is supplied.
  • Fallback to a constructed web URL if CLI tools are not available.

Quick Start

Run /ci:status to view the current pipeline status for the active branch.

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 CI pipeline status for my current git branch?▼

To check the CI pipeline status for your current git branch, run /ci:status. It identifies the active branch and fetches pipeline results across GitLab CI and GitHub Actions.

Can I view CI checks for a specific Merge Request or Pull Request number?▼

Yes, you can view CI checks for a specific Merge Request or Pull Request by supplying the MR or PR number to the command, which fetches the branch-specific pipeline checks.

Does this CI status tool work with both GitLab CI and GitHub Actions?▼

Yes, the CI status tool works with both GitLab CI and GitHub Actions, automatically detecting the active branch and fetching the corresponding pipeline status from either platform.

Do I need the glab or gh CLI installed to check my branch pipeline status?▼

You do not strictly need glab or gh CLI installed to check your branch pipeline status. The tool uses them to fetch status when available, but falls back to a constructed web URL.

What is the best way to quickly see active branch CI checks during development?▼

The best way to quickly see active branch CI checks during development is to run the /ci:status command, which instantly identifies your active branch and retrieves pipeline results.