synthesis-review-triage

Prioritize pull requests by weighted scoring into reviewable, waiting, and blocked queues.

15|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/rajivpant/synthesis-skills --skill synthesis-review-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synthesis-review-triage
Source: https://github.com/rajivpant/synthesis-skills/tree/main/synthesis-review-triage
Command: npx skills add https://github.com/rajivpant/synthesis-skills --skill synthesis-review-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill reduces wasted reviewer time by identifying which pull requests should be reviewed next so teams unblock merges and downstream work instead of reviewing the wrong items at the wrong time.

Core Features & Use Cases

  • Queue Classification: Separates PRs into Reviewable, Waiting on Author, and Blocked to focus reviewer attention.
  • Author-Response Detection: Detects commits after a blocking review to reclassify PRs as reviewable rather than waiting.
  • Scoring & Tiering: Uses weighted dimensions (review gap, CI status, age, size, labels) to score PRs and assign Critical/High/Medium tiers.
  • Prior-Review Gate: Guides reviewers whether to skip, delta-review, or perform a full review based on new activity since their last review.
  • Use Case: A release manager or engineer with a long PR backlog runs the methodology to produce a prioritized, actionable review queue that maximizes unblock impact.

Quick Start

Triage the repository's open pull requests and return a prioritized queue with tier assignments, urgency reasons, and recommended next actions.

Frequently Asked Questions about synthesis-review-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize pull requests in a code review queue to unblock merges?

To prioritize pull requests, apply weighted scoring across review gap, CI status, age, size, and labels to classify PRs into reviewable, waiting-on-author, or blocked queues. This reduces wasted reviewer time by identifying which PR to review next.

What is the best way to triage a pull request backlog for a release manager?

The best way to triage a PR backlog is to run a scoring methodology that evaluates CI status and review gaps to assign Critical, High, or Medium tiers. This produces an actionable review queue that maximizes unblock impact for the release manager.

How does CI status and author-response detection affect PR triage?

CI status and author-response detection affect PR triage by reclassifying PRs that have new commits after a blocking review. This moves them from waiting-on-author back to reviewable, ensuring reviewers focus only on active pull requests.

Can I use label overrides to change the urgency tier of a pull request?

Yes, you can use label overrides to change the urgency tier of a pull request. The triage system applies weighted dimensions including labels to score PRs and assign Critical, High, or Medium tiers, bypassing standard scoring when specific labels are present.

When should I perform a delta review instead of a full code review?

You should perform a delta review instead of a full code review when a prior-review gate detects new activity on a pull request since your last review. This prior-review gating mechanism guides reviewers to skip, delta-review, or perform a full review based on recent commits.

Does PR triage work for engineering teams with long review backlogs?

Yes, PR triage works for engineering teams managing active PR backlogs. It classifies pull requests into reviewable, waiting-on-author, and blocked queues to focus reviewer attention and unblock downstream work efficiently.