pr-status-triage

📁 vercel/next.js 📅 12 days ago
81
总安装量
81
周安装量
#5178
全站排名
安装命令
npx skills add https://github.com/vercel/next.js --skill pr-status-triage

Agent 安装分布

gemini-cli 77
github-copilot 76
codex 76
kimi-cli 76
opencode 76
amp 75

Skill 文档

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 (or node scripts/pr-status.js <number>).
  2. Read generated files in scripts/pr-status/.
  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.

Quick Commands

node scripts/pr-status.js
node scripts/pr-status.js <number>

Detailed References