pr-status-triage

安装量: 194
排名: #4424

安装

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

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 (or node scripts/pr-status.js ). 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. 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. 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

返回排行榜