ghmonitor

Installation
SKILL.md

GH Monitor

Monitor GitHub Actions runs and fix failures automatically.

Workflow

  1. Find the most recent run for the current branch:
    gh run list --branch "$(git branch --show-current)" --limit 1 --json databaseId,status,conclusion,name,createdAt
    
  2. Poll with gh run view <id> --json status,conclusion,jobs,name,createdAt,updatedAt
  3. Report concise status each poll:
    [2m 30s] deploy — build (running), test (queued), deploy (queued)
    [5m 15s] deploy — All jobs completed (5m 15s)
    
  4. On success — report final duration
  5. On failure — diagnose and fix (see below)
Installs
1
GitHub Stars
1
First Seen
Apr 13, 2026
ghmonitor — samgalanakis/skills