Finish and Export Review
Finishing is a separate skill from finding issues. `tuicr` lets you track progress inside the TUI, copy structured markdown, pipe output to another process, or submit a real review to a forge.
Finish map
| Situation | Action |
|---|---|
| You want to remember what you already inspected. | Use r for file reviewed or R for hunk reviewed. |
| You want to paste feedback into an agent. | Press y to copy structured markdown. |
| You want markdown in a file or script. | Run tuicr --stdout. |
| You want the review posted to the forge. | Run :submit and choose the review decision. |
Useful stdout patterns
tuicr --stdout > review.md
tuicr --stdout | pbcopy
Retrieval check
You want a coding agent to address review comments before anything is posted publicly. Which finish path fits best?
Correct. Copy structured markdown with y and give it to the agent.
Not quite. Use y to copy structured markdown before asking an agent to act.
Practice
- Name the review decision you would submit: comment, approve, or request changes.
- Explain why that decision matches the comments you left.
- Export the review to clipboard or stdout on a low-risk practice change.