What problem does it solve? Waiting on CI and manually digging through GitHub Actions logs to find and reproduce failures is slow and error-prone. This Skill automates run discovery, failure triage, and local reproduction so you can fix broken builds faster. ## Core Features & Use Cases - Automatic Run Discovery: Finds the latest active or recent workflow runs for a branch using the GitHub CLI, including chained runs discovered via commit statuses—no manual run ID lookup needed. - Fail-Fast Structured Reports: Polls jobs every 15 seconds and stops on the first failure, emitting a noise-filtered report that categorizes issues as test, lint, build, or job errors. - Local Failure Replication: Extracts the exact npm test -w <workspace> -- <file> or npm run lint:all commands needed to reproduce failures locally. - Use Case: After pushing a branch, ask the agent to monitor CI; when a test in packages/core fails, the Skill reports the failing file and immediately runs the matching workspace test command locally so you can verify the fix. ## Quick Start Ask the agent to monitor CI on the current branch and automatically replicate any failures locally.