Drive a PR to merge: address review comments (human + Copilot), push fixes, wait for CI to go green, then squash-merge. Use when a human says "babysit PR #NNN", "address the comments and merge when green", or "get this PR landed". Pushes and merges — invoking it IS the authorization to do so. Refuses to merge on red CI, unresolved blocking reviews, or conflicts; escalates instead.
90
90%
Does it follow best practices?
Impact
94%
1.17xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
A reviewer on PR #289 (fix/order-totals-rounding) caught a real bug: the calculateOrderTotal function silently truncates sub-cent values instead of rounding them, leading to off-by-one errors on orders with multiple discounts. The review comment includes a reproducing example. The PR also changes the /api/v1/orders/total endpoint response shape slightly — a field was renamed from raw_total to rawTotal to match the camelCase convention used everywhere else.
You need to plan and document exactly how you would address this feedback and bring the PR to a state ready to push. Produce a written plan rather than actually running the commands.
Produce a file called fix_plan.md that describes, in order: