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 your branch using the GitHub CLI, including chained runs discovered via commit statuses—no manual run ID lookup needed. - Fail-Fast Triage: Polls every 15 seconds and stops on the first job failure, producing a noise-filtered structured failure report grouped by file or category (test, lint, build, job errors). - Local Replication: Extracts the exact npm test -w <workspace> -- <files> or npm run lint:all commands needed to reproduce failures locally. - Use Case: You push a branch and want to know immediately if CI breaks. Run the monitor, and when a test fails in packages/core, the Skill reports the failing file and hands you the exact npm test command to reproduce and verify your fix. ## Quick Start Monitor the CI status of my current branch and automatically replicate any failures locally.