watch-github-actions

Monitor GitHub Actions workflow runs and job progress via the gh CLI.

8.1k|1.2k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/NVIDIA/OpenShell --skill watch-github-actions-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch-github-actions
Source: https://github.com/NVIDIA/OpenShell/tree/main/.agents/skills/watch-github-actions
Command: npx skills add https://github.com/NVIDIA/OpenShell --skill watch-github-actions-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need real-time visibility into GitHub Actions workflows to quickly assess status, identify failures, and keep CI/CD pipelines transparent.

Core Features & Use Cases

  • Real-time status: monitor recent workflow runs and overall pipeline health.
  • Live watching: observe a running workflow and inspect job progress, logs, and results.
  • Troubleshooting support: quickly diagnose failing steps and verify fixes in CI.

Quick Start

Watch and monitor your repository's GitHub Actions workflow runs using the gh CLI.

Frequently Asked Questions about watch-github-actions

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

FAQPage Schema
How do I monitor GitHub Actions workflow runs in real time?

You can monitor GitHub Actions workflow runs in real time by using the gh CLI to fetch live status updates, observe running jobs, and inspect logs directly from your local repository.

What do I need to watch GitHub Actions runs from the command line?

To watch GitHub Actions runs, you need gh authentication, a local git repository connected to a GitHub remote, and gh run/watch capabilities to fetch live status, logs, and job details.

How can I check the live status of a running CI/CD pipeline job?

You can check the live status of a running CI/CD pipeline job by using the gh CLI to watch the active workflow, inspect job progress, and view logs to identify failures or verify fixes.

How do I troubleshoot a failing GitHub Actions step in my CI pipeline?

Troubleshoot a failing GitHub Actions step by using the gh CLI to open job details and fetch logs, allowing you to quickly diagnose failing steps and verify fixes within your CI pipeline.

Can I use gh to view recent GitHub Actions workflow runs without opening the browser?

Yes, you can use the gh CLI to monitor recent GitHub Actions workflow runs, assess overall pipeline health, and watch running jobs for real-time updates without leaving the command line.