gh-workflow-monitoring
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
GitHub Workflow Monitoring
When to Use This Skill
| Use this skill when... | Use the alternative when... |
|---|---|
Watching a workflow run until it completes via blocking gh run watch |
Use gh-cli-agentic for one-shot JSON queries of run/PR check state |
| Waiting for CI after a push, or triggering a workflow and following progress | Use git-fix-pr to diagnose AND auto-correct failing checks on a PR |
Chaining on a run's outcome with gh run watch --exit-status |
Use github-actions-plugin:github-actions-inspection to read a finished run's logs and stack traces |
| Finding the latest in-progress run for a workflow | Use gh-cli-agentic to list completed runs by status filter |
Watch and monitor GitHub Actions workflow runs using gh run watch - a blocking command that follows runs until completion without needing timeouts or polling.