watch-github-actions

Installation
SKILL.md

Watch GitHub Actions

Monitor GitHub Actions workflow runs using the gh CLI.

Prerequisites

  • The gh CLI must be authenticated (gh auth status)
  • You must be in a git repository with a GitHub remote

Quick Status Check

List recent workflow runs for the current branch:

gh run list --branch "$(git branch --show-current)"

List all recent runs:

Installs
3
GitHub Stars
7.0K
First Seen
Mar 18, 2026
watch-github-actions — nvidia/openshell