If you're working on the Next.js monorepo, this automates the tedious work of checking PR status across CI jobs and review threads. It runs a background script, parses the results, and walks you through failures in priority order: build and lint first, then tests. What's smart here is it knows about flaky tests and won't make you chase ghosts. It'll help you reproduce failures locally with the right environment variables, reply to review comments, and even retrigger failed jobs when you're just waiting on known flakes. The workflow loops up to five times, which feels about right for dealing with CI in a massive repo. Saves you from manually clicking through dozens of GitHub tabs.
npx skills add https://github.com/vercel/next.js --skill pr-status-triage