Pr status triage
Skill ulpi-io/plugin-marketplace/plugins/vercel/skills/pr-status-triage
A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh
npx -y skills add ulpi-io/plugin-marketplace --skill pr-status-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.3 KB, 225 tokens by cl100k_base, as published. Nobody here has run it
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.
- After addressing review comments, reply to the thread describing what was done, then resolve it. See
thread-N.mdfiles 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
What ships with it: 2 files
2.2 KB alongside SKILL.md
- local-repro.md903 B
- workflow.md1.3 KB