| name | gha-monitor-loop |
| description | Watch this repo's CI failure-report workflow outputs, triage failed runs, launch the research team, drive branch-based remediation, and repeat until the workflow is green or blocked. Use when you want the full repo-local monitor and fix loop for GitHub Actions failures in this dotfiles repo. |
GHA Monitor Loop
Overview
Run the full loop for this repo:
- detect failed run
- triage it
- launch research team
- remediate on a branch
- watch the new run
- record memory
- repeat until green or blocked
Inputs
- latest failed run
- run id
- run URL
- failure artifact from ci.yml's
failure-report job (failure-report-<run_id>; the standalone ci-failure-report.yml follower was folded into ci.yml 2026-07-07)
Tool Split
Use gh for:
gh run list
gh run view --json
gh run view --log
gh run watch
- artifact-aware workflow inspection
Use the GitHub plugin for:
- commit comparison
- branch operations
- PR or issue lifecycle work
Repo-Local Helpers
gha-run-triage
gha-research-team
branch-remediator
failure-memory
local-preflight