tuicr Field Guide

Quick reference for review setup, navigation, comments, export, and agent handoff.

Open the right review target

GoalCommand
Choose from commitstuicr
Review uncommitted changestuicr -w
Review a commit rangetuicr -r main..HEAD
Review a GitHub or Bitbucket PRtuicr pr 125
Review a GitLab MRtuicr mr 125
Print review markdowntuicr --stdout

Move with intent

KeyUse it for
j / kScroll down / up.
Ctrl-d / Ctrl-uHalf-page scan.
{ / }Previous / next file.
[ / ]Previous / next hunk.
/, then n / NSearch, then move through matches.
TabCycle file list, comments, diff, and commit selector.
?Open in-app help.

Leave review comments

KeyComment target
cLine comment, or file comment when not on a diff line.
CFile comment.
v / V, move, cRange comment.
<leader>cReview-level comment.
Tab in comment boxCycle comment type.
Ctrl-s or EnterSave comment.

Finish the review

GoalAction
Mark progressr for file reviewed, R for hunk reviewed.
Copy for an agenty or :clip.
Submit to forge:submit, then choose Comment, Approve, Request changes, or Draft where supported.
Inspect sessions outside TUItuicr review list --repo .
Read saved commentstuicr review comments --session <slug>
Primary source Based on the tuicr README, keybindings reference, and review CLI docs.