github-workflows

Monitor live GitHub Actions workflow runs and logs via ci_monitor.cjs.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill github-workflows-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflows
Source: https://github.com/mkurman/tamux/tree/main/skills/gsd-2/skills/github-workflows
Command: npx skills add https://github.com/mkurman/tamux --skill github-workflows-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables AI agents to work with live GitHub Actions workflows, monitor runs, and diagnose failures using current official sources instead of stale training data.

Core Features & Use Cases

  • Primary tool: ci_monitor.cjs to wrap gh CLI and provide observable output for workflow runs, logs, and actions.
  • Use cases include listing runs, watching a live run, failing fast in scripts, viewing logs, running test summaries, checking action versions, and waiting for deployments.

Quick Start

Run the ci_monitor.cjs tool to begin real-time monitoring of GitHub Actions for your repository.

Frequently Asked Questions about github-workflows

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

FAQPage Schema
How do I monitor live GitHub Actions workflow runs for a repository?

To monitor live GitHub Actions workflows, use the ci_monitor.cjs script to wrap the gh CLI and provide real-time observable output for workflow runs, logs, and actions. It tracks live progress instead of relying on training data.

How do I diagnose GitHub Actions CI pipeline failures using current logs?

Diagnose GitHub Actions failures by using the ci_monitor tool to view live run logs and test summaries. This allows you to observe real-time pipeline output and identify errors directly from current official sources.

Can I check GitHub Actions versions and wait for deployments in scripts?

Yes, you can check action versions and wait for deployments by running the ci_monitor.cjs script. It supports failing fast in scripts, checking action versions, and waiting for deployment completion across CI pipelines.

Why use live sources instead of training data for GitHub Actions workflow observation?

Using live sources for GitHub Actions observation ensures you get current workflow runs, logs, and action versions. Training data becomes stale, whereas live sources provide accurate failure diagnosis and real-time progress monitoring.

Does the GitHub Actions monitoring tool require any external dependencies?

The GitHub Actions monitoring tool has no external dependencies. It leverages the primary ci_monitor.cjs script to wrap the gh CLI and references official GitHub Actions documentation to guide usage.