tuicr

Installation
SKILL.md

tuicr — TUI Code Review

Review a PR (or the working tree, a commit range, or a file) with inline annotations in the tuicr TUI, then read the annotations back and address them. tuicr auto-detects the VCS. Unlike a one-way capture tool, tuicr persists the review session to disk and exposes it to agents both ways: Claude reads your notes with tuicr review comments and can write replies back into the same session — that you see live in the TUI — with tuicr review add.

Activation Triggers

  • "tuicr", "review PR with tuicr", "tuicr pr 70", "review PR #123", "review this PR"
  • "review the working tree", "review changes with tuicr", "tuicr working tree"
  • "review commit range", "tuicr -r main..HEAD"
  • "tuicr all files", "browse all files"
  • "tuicr README.md", "tuicr docs/plan.md", "review this file with tuicr" — single-file review (--file)
  • "address my tuicr annotations", "read my tuicr review", "what did I annotate in tuicr" — process an existing session
  • "tuicr config", "tuicr keybindings", "how do tuicr sessions work" — informational

Answering Questions

Installs
1
GitHub Stars
21
First Seen
3 days ago
tuicr — edwinhu/workflows