What problem does it solve?
Triage CI failures and PR review comments using scripts/pr-status.js. Use when investigating failing CI jobs, flaky tests, or PR review feedback. Covers blocker-first prioritization (build > lint > types > tests), CI env var matching for local reproduction, and the Known Flaky Tests distinction.
Core Features & Use Cases
- Run node scripts/pr-status.js to analyze the current PR and open reports for job and thread status.
- Prioritize blocking jobs first: build, lint, types, then tests, to focus on the most impactful failures.
- Reproduce locally with the same mode and environment variables as CI to verify failures.
- Read and resolve PR threads using ready-to-use commands described in thread-N.md files.
Quick Start
Start triaging by running node scripts/pr-status.js in the current branch, then inspect the generated reports and follow the step-by-step commands.