Merge Advisor

Computes the ORDER in which a set of open PRs should be merged so that each one is still mergeable when its turn arrives. Measures pairwise file collisions, latent conflicts that only appear after an earlier PR lands, artifacts anchored to a base SHA that every other PR must regenerate, and CI queue capacity. Use when the user asks "in what order do I merge these", "which PR goes first", "how do I avoid conflicts merging all of these", "will merging this break the others", or has a backlog of open PRs against one base. Do NOT trigger for: reviewing a single PR, checking whether one branch is behind (that is sync-advisor), or listing PR status (that is review-open-prs).

dojocodinglabs 515ca12 17.3 KB Updated

File contents

dojocodinglabs/make-no-mistakes-toolkit/tree/main/skills/merge-advisor commit 515ca12706

Frequently asked questions

npx skillmds@latest add dojocodinglabs/merge-advisor