- Priority β how much it is worth acting on this, compared to everything else in the queue.
- Next action β what specifically has to happen for it to move.
What goes into a priority
Ranking is comparative: a pull request is placed against the rest of the open queue, not scored against a fixed bar.
Blockers do not raise priority. Failing checks, merge conflicts, draft status, a branch behind its base, unresolved review threads, and a stale approval all shape the next action and can make a pull request un-mergeable. They are not what makes it urgent.
Priority levels
Triage does not show a numeric score. Levels are the interface; the number behind them is not, and is deliberately not documented, because it changes as the ranking model improves.
Two pull requests in the same provider state routinely land on different levels β that is the point. Same state, different risk, different blocked work behind them, different review cost.
Why this one is here
Each card carries a one-line priority reasoning explaining its rank. Triage picks the most specific explanation it has:- A comparative explanation β why this pull request ranks where it does relative to others. Triage rejects an explanation that only restates mechanics (that checks are failing, that the branch needs a rebase), because that describes the next action, not the priority.
- The CodeRabbit review summary β used only while it covers the latest reviewable commit. A summary describing an older commit is never shown as the reason.
- A signal-specific sentence β for example, that the change is release-blocking, or that it offers high value relative to review effort.
- The next-action text β the fallback when nothing more specific applies.
Close candidates
A close candidate is not a low priority β it is a different recommendation. It means the evidence suggests the pull request should be reviewed for closing, not reviewed for merging. Triage nominates one when:- It duplicates or is superseded by other work, and it has since gone quiet.
- It looks abandoned and is blocked β no meaningful human activity, and something is in its way that nobody is clearing.
- Its base has moved so far that the change no longer applies β the branch is many commits behind and old enough that the assumptions it was written against have changed.
Setting a priority yourself
When you know something the evidence does not, set the priority directly. Open the priority badge on a card, choose P0βP3, optionally say why, and save. It takes an active Review seat.- The priority you set wins over the calculated one everywhere β in grouping, filtering, and ordering β and it keeps winning as the queue is re-evaluated.
- The calculated priority keeps being maintained underneath. You are overriding what is shown, not erasing what CodeRabbit concluded.
- Every change is recorded in Priority history on the badge, with who made it, when, and the reason they gave.
A manual priority dismisses a safe-close recommendation. If you give a close candidate a P0βP3, its close button disappears β you have said it matters, so Triage stops proposing that you close it.
When a priority changes
A card is re-evaluated as its evidence changes β when commits land, reviews arrive, checks finish, or CodeRabbit reviews a new commit. Priorities can also move when a different pull request merges. After a merge into the default branch, Triage re-examines the repositoryβs other open pull requests: some are now duplicated or superseded, some have drifted far enough from their base to matter, and the relative order of the rest may have changed. So a pull request you did not touch can be ranked differently in the morning.Whatβs next
Views, filters, and layout
Group the queue by priority to see the whole ranking at once, or filter to one level.
Actions on a pull request
Act on what the ranking surfaced β review, repair, reassign, or close.
Cards and signals
Look up what each signal on a card means and when it is withdrawn.