github-actions-check

Report GitHub Actions workflow status and failing jobs after git pushes using gh CLI.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill github-actions-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-check
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/github-actions-check
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill github-actions-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checks GitHub Actions workflow status after a git push, reports CI status, identifies failing jobs, and suggests local reproduction commands for debugging.

Core Features & Use Cases

  • Observe and report workflow runs for the branch that was pushed.
  • Identify failing jobs and display their output with precise reproduction steps.
  • Provide actionable remediation guidance and ensure outputs include the complete gh CLI results.
  • Supports comparison across multiple recent runs to help diagnose trends.

Quick Start

Push changes to your branch and ask me to check the CI status using gh after you push.

Frequently Asked Questions about github-actions-check

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

FAQPage Schema
How do I check GitHub Actions workflow status after a git push?

To check GitHub Actions workflow status after a git push, use this Skill to observe and report workflow runs for your specific branch, identifying failing jobs and providing remediation guidance.

How do I debug failing GitHub Actions jobs using gh CLI?

To debug failing GitHub Actions jobs using gh CLI, this Skill displays complete outputs and suggests precise local reproduction steps to help you reproduce and fix the failures.

Does the GitHub Actions status check modify my workflows or auto-fix errors?

No, the GitHub Actions status check does not modify workflows or auto-fix errors. It strictly reports CI status, identifies failing jobs, and provides actionable remediation tips.

Can I compare multiple recent GitHub Actions runs to diagnose trends?

Yes, you can compare multiple recent GitHub Actions runs to diagnose trends. This Skill supports comparing recent workflow results to help you identify recurring build or CI issues.

What do I need to use gh CLI to check CI status on my branch?

To use gh CLI to check CI status on your branch, you need a repository using gh CLI. The Skill waits for workflow registration after a push and performs branch-specific checks.