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 | Use for one-shot JSON queries of run/PR check state | | Waiting for CI after a push, or triggering a workflow and following progress | Use to diagnose AND auto-correct failing checks on a PR | | Diagnosing a failed run with | Use to address reviewer comments rather than CI failures | | Finding the latest in-progress run for a workflow | Use to list completed runs by status filter | Watch and monitor GitHub Actions work…