1k-monitor-pr-ci
Installation
SKILL.md
Monitor PR CI & Reviews
Monitor a pull request's CI checks and review comments. Auto-fix CI failures, address inline review comments, reply to reviewers, and resolve threads.
For a one-shot, low-context PR status summary, use:
yarn agent:check --profile ci --pr <PR_NUMBER>
For monitor automation, prefer the stable machine-readable contract:
yarn agent:check --profile ci --pr <PR_NUMBER> --json-file /tmp/agent-check.json
Read /tmp/agent-check.json instead of parsing terminal text. The report has
schemaVersion: 1, top-level status / exitCode / failureReasons, and
stable nested objects for remote.pr, remote.checks, and remote.review.