tuicr
Installation
SKILL.md
tuicr Review Workflow
Use tuicr review as the default agent interface. The TUI is where the human
reviews code; the CLI is how the agent discovers active sessions, reads user
comments, and, only when appropriate, adds agent-authored comments.
Core Rule
First decide which workflow the user is asking for:
- User-led review of agent-generated changes
- The user wants to inspect the patch and write comments in tuicr.
- Your job is to open or find the session, then retrieve the user's comments
with
tuicr review commentswhen they say comments are ready. If you are explicitly waiting while the user reviews, poll the same command periodically and look for new comment IDs. - Do not add your own review comments, do not preemptively review your own patch, and do not impersonate the user's comments.