ci-status-monitoring
CommunityMonitor CI status and surface failures fast.
Authorjayhjenkins
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps software teams quickly observe GitHub Actions CI status on pull requests and surface actionable results, reducing manual checks and delays.
Core Features & Use Cases
- Live CI status checks on PRs and branches to quickly identify failures.
- Aggregate failure details and links for rapid triage.
- Pre-merge verification prompts and status tracking to streamline reviews.
Quick Start
Prerequisites: Ensure gh CLI is installed and authenticated. Get the PR number, then run commands to view checks and wait for completion:
- Get PR number for current branch: PR_NUMBER=$(gh pr view --json number --jq '.number')
- List checks: gh pr checks $PR_NUMBER
- Wait for completion: gh pr checks $PR_NUMBER --watch
- Get failure details if any: gh pr checks $PR_NUMBER --json name,conclusion --jq '.[] | select(.conclusion != "success" and .conclusion != "skipped")'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ci-status-monitoring Download link: https://github.com/jayhjenkins/Dev-Team-Full-SDLC/archive/main.zip#ci-status-monitoring Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.