code-review
codereview-axi
cr opens a browser review session over a git diff. The human reads the real diff, selects lines, and leaves a comment with an intent (fix, explain, ignore). Those comments come back to you, you act on them, and you reply on the thread. The diff refreshes in place as you make changes.
Use it instead of pasting a diff into the conversation whenever the human will want to point at specific lines.
You do not need it installed globally: npx -y codereview-axi open. If the tool's own output suggests a follow-up command beginning with cr, run it as npx -y codereview-axi ... instead. In restricted sandboxes or agent harnesses where npx -y exits opaquely, use an installed copy directly: node "$(npm root)/codereview-axi/bin/cr.js" for a local install, node "$(npm root -g)/codereview-axi/bin/cr.js" for a global one, or the bare cr bin once installed.
Request
$ARGUMENTS
If the request above is non-empty, the user invoked this explicitly: start a review of what it describes now. A bare ref name means --base <ref>; a number means --pr <number>. If it is empty, infer the surface from the conversation, defaulting to the working diff.
Starting a review
Pick the surface, then open it: