Self Review
I review my own changes in tuicr; you read my comments back and apply them. The live session is the buffer: I annotate lines, you edit. Nothing lives in a hand-edited JSON file.
Load review:tuicr for session mechanics (discovery, launch, seeding, read-back, the ledger).
This skill is the inbound loop on it.
Target
Default to the working tree. Override with $ARGUMENTS (staged, main..HEAD, HEAD).
Loop
- Launch via
review:tuicr: open the target diff in a sibling tmux pane (tuicr -wfor the working tree,tuicr -r <range>for a range). Capture the sessionslugfromtuicr review list. - Self-critique (optional): offer to flag your own concerns as agent comments first
(
tuicr review add --username ...), so I see your read alongside mine. Skip if I decline. - Hand off: I add comments at lines (the
ckey) in the tuicr pane.- Batch: I tell you when I am done.
- Live: if I ask to work as I go, arm monitor mode (
review:tuicrMonitor section) and act on each comment as it lands, holding the edits for my review.
- Collect:
tuicr review comments --repo <repo> --session <slug>. - Apply: for each comment, read the referenced file and lines, then make the edit. tuicr reloads the diff as you go.
- Resolve, don't delete: tuicr exposes
lifecycle_statebut has no CLI to resolve a comment, so mark each applied comment resolved withreview:tuicr's ledger CLI (ledger.ts resolve <id> --action ...), keyed by the tuicr commentid. The comment stays visible. The ledger is the source of truth for open vs resolved, since the diff reload orphans rather than resolves. Sync the current comments withledger.ts upsertfirst, and useledger.ts list --opento report what remains. - Repeat until I say done, then summarize what changed and what is still open (from the ledger).
Guidelines
- Apply comments in file order, but ask before any change that is ambiguous or that you would push back on.
- A comment you disagree with stays open: leave it and tell me why rather than resolving it.
- When done, offer next steps (commit, peer review, PR) without taking them.