pr-status-triage

vercel/next.js · updated Apr 8, 2026

$npx skills add https://github.com/vercel/next.js --skill pr-status-triage
0 commentsdiscussion
summary

Use this skill when the user asks about PR status, CI failures, or review comments in the Next.js monorepo.

skill.md

PR Status Triage

Use this skill when the user asks about PR status, CI failures, or review comments in the Next.js monorepo.

Workflow

  1. Run node scripts/pr-status.js --wait in the background (timeout 1 min), then read scripts/pr-status/index.md.
  2. Analyze each job-{id}.md and thread-{N}.md file for failures and review feedback.
  3. Prioritize blocking jobs first: build, lint, types, then test jobs.
  4. Treat failures as real until disproven; check the "Known Flaky Tests" section before calling anything flaky.
  5. Reproduce locally with the same mode and env vars as CI.
  6. After addressing review comments, reply to the thread describing what was done, then resolve it. See thread-N.md files for ready-to-use commands.
  7. When the only remaining failures are known flaky tests and no code changes are needed, retrigger the failing CI jobs with gh run rerun <run-id> --failed. Then wait 5 minutes and go back to step 1. Repeat this loop up to 5 times.

Quick Commands

node scripts/pr-status.js                  # current branch PR
node scripts/pr-status.js <number>         # specific PR
node scripts/pr-status.js [PR] --wait      # background mode, waits for CI to finish
node scripts/pr-status.js --skip-flaky-check  # skip flaky test detection

References

  • workflow.md — prioritization, common failure patterns, resolving review threads
  • local-repro.md — mode/env matching and isolation guidance

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.839 reviews
  • Nikhil Martinez· Dec 28, 2024

    pr-status-triage fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Chen Mehta· Dec 24, 2024

    Keeps context tight: pr-status-triage is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chen Malhotra· Dec 4, 2024

    I recommend pr-status-triage for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Kabir Liu· Nov 23, 2024

    pr-status-triage reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • James Reddy· Nov 19, 2024

    pr-status-triage has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Yash Thakker· Nov 15, 2024

    pr-status-triage is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Emma Robinson· Oct 14, 2024

    Registry listing for pr-status-triage matched our evaluation — installs cleanly and behaves as described in the markdown.

  • James Singh· Oct 10, 2024

    Solid pick for teams standardizing on skills: pr-status-triage is focused, and the summary matches what you get after install.

  • Dhruvi Jain· Oct 6, 2024

    Keeps context tight: pr-status-triage is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Charlotte Okafor· Sep 25, 2024

    Keeps context tight: pr-status-triage is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 39

1 / 4