watch-github-actions

Monitor GitHub Actions workflow runs and logs using the gh CLI.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/x402agent/openclawd-stack --skill watch-github-actions
Or copy as Structured Prompt for Agent▌
Please help me install this Agent Skill.
Skill: watch-github-actions
Source: https://github.com/x402agent/openclawd-stack/tree/main/openclawd-stack/OpenShell-main/.agents/skills/watch-github-actions
Command: npx skills add https://github.com/x402agent/openclawd-stack --skill watch-github-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor GitHub Actions workflow runs and stay informed about status, progress, and logs without manual checks.

Core Features & Use Cases

  • Real-time monitoring of workflow runs across branches and PRs
  • View job details and logs with gh run view
  • Filter and track specific workflows to quickly diagnose failures

Quick Start

Start watching your GitHub Actions workflows with gh to monitor runs in real time.

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?▌

To monitor GitHub Actions workflow runs in real time, this Skill uses the authenticated gh CLI to watch pipeline progress and view status updates. It leverages gh run commands to track CI pipelines across branches and pull requests.

Can I view job details and logs for specific GitHub Actions workflows?▌

Yes, you can view job details and logs for specific GitHub Actions workflows using the gh run view command. This allows you to filter and track targeted workflows to quickly diagnose CI pipeline failures without manual checks.

Do I need the gh CLI installed to watch GitHub Actions pipeline status?▌

Yes, you need an authenticated gh CLI installed and access to the target repository to watch GitHub Actions pipeline status. This Skill requires the CLI to execute gh run commands for viewing runs and logs.

What is the best way to track CI pipeline failures across branches and PRs?▌

The best way to track CI pipeline failures across branches and PRs is by using gh CLI commands to filter and monitor specific GitHub Actions workflows. This provides real-time status and detailed logs to diagnose issues quickly without leaving your terminal.

How do I filter GitHub Actions workflow runs to diagnose failures?▌

You can filter GitHub Actions workflow runs to diagnose failures by using the gh CLI to track specific workflows. This approach lets you view targeted job details and logs, helping you quickly identify and resolve CI pipeline issues.