tuicr Field Guide
Open the right review target
| Goal | Command |
|---|---|
| Choose from commits | tuicr |
| Review uncommitted changes | tuicr -w |
| Review a commit range | tuicr -r main..HEAD |
| Review a GitHub or Bitbucket PR | tuicr pr 125 |
| Review a GitLab MR | tuicr mr 125 |
| Print review markdown | tuicr --stdout |
Move with intent
| Key | Use it for |
|---|---|
j / k | Scroll down / up. |
Ctrl-d / Ctrl-u | Half-page scan. |
{ / } | Previous / next file. |
[ / ] | Previous / next hunk. |
/, then n / N | Search, then move through matches. |
Tab | Cycle file list, comments, diff, and commit selector. |
? | Open in-app help. |
Leave review comments
| Key | Comment target |
|---|---|
c | Line comment, or file comment when not on a diff line. |
C | File comment. |
v / V, move, c | Range comment. |
<leader>c | Review-level comment. |
Tab in comment box | Cycle comment type. |
Ctrl-s or Enter | Save comment. |
Finish the review
| Goal | Action |
|---|---|
| Mark progress | r for file reviewed, R for hunk reviewed. |
| Copy for an agent | y or :clip. |
| Submit to forge | :submit, then choose Comment, Approve, Request changes, or Draft where supported. |
| Inspect sessions outside TUI | tuicr review list --repo . |
| Read saved comments | tuicr review comments --session <slug> |