pr-status-triage
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
- Run
node scripts/pr-status.js(ornode scripts/pr-status.js <number>). - Read generated files in
scripts/pr-status/. - Prioritize blocking jobs first: build, lint, types, then test jobs.
- Treat failures as real until disproven; check the “Known Flaky Tests” section before calling anything flaky.
- 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
- workflow.md – prioritization and common failure patterns
- local-repro.md – mode/env matching and isolation guidance