ci-status

Parse the current git branch and query GitHub for PR and workflow statuses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pinoshe/real-estate-app --skill ci-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-status
Source: https://github.com/pinoshe/real-estate-app/tree/main/.claude/skills/ci-status
Command: npx skills add https://github.com/pinoshe/real-estate-app --skill ci-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams waste time diagnosing CI failures and PR status across multiple branches and PRs; this skill provides a quick, reliable view of the current branch CI health and PR checks.

Core Features & Use Cases

  • Retrieve the CI status for the current branch and summarize recent workflow runs
  • Show PR checks and merge readiness for open or draft PRs
  • Help developers decide when to merge or re-run workflows after code changes

Quick Start

Show the CI status for the current branch and any associated PR checks.

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 status of my current GitHub branch?

To check the CI status of your current GitHub branch, the skill parses your local git branch name and queries GitHub to present a concise summary of recent workflow runs and their pass, pending, or fail states.

Can I view GitHub PR checks and merge readiness for open pull requests?

Yes, you can view GitHub PR checks and merge readiness for open pull requests. The skill queries GitHub to show PR status and workflow runs, helping you decide whether to merge or re-run workflows.

What is the best way to monitor GitHub workflow runs across multiple branches?

Monitoring GitHub workflow runs across multiple branches is done by parsing the git branch name and querying GitHub for recent workflow runs, providing a quick, reliable view of branch CI health and pass, pending, or fail states.

How do I know if my PR checks are passing before merging code changes?

To know if your PR checks are passing before merging code changes, the skill queries GitHub for PR status and workflow runs, summarizing recent pass, pending, and fail states to indicate merge readiness.

Does this skill work with GitHub automation workflows to diagnose CI failures?

Yes, this skill works with GitHub automation workflows to diagnose CI failures. It queries GitHub for workflow runs and PR status, helping developers avoid wasting time diagnosing failures across multiple branches and pull requests.

When do I need to check PR status and CI health before merging a pull request?

You need to check PR status and CI health before merging a pull request when you want to ensure readiness after code changes. The skill provides a concise summary of pass, pending, and fail states to guide your merge or re-run decision.