Show existing code review results for a commit or job. Use to check review status without re-running.
Display the results of an existing code review.
| Argument | Command | Description |
|---|---|---|
| (none) | roborev show | Show review for HEAD |
status | roborev status | List recent jobs with IDs |
<sha> | roborev show <sha> | Show review for specific commit |
<job-id> | roborev show --job <id> | Show review by job ID |
prompt <id> | roborev show --prompt <id> | Show the prompt sent to the reviewer |
If the user doesn't know the job ID, run first to show recent jobs:
roborev statusRecent Jobs:
ID SHA Repo Agent Status Time
9 dirty buzzsprout-headless codex done 1m13s
8 dirty buzzsprout-headless codex done 2m5s
Then use the ID with roborev show --job <id>.
If user asks to see "recent reviews" or doesn't provide an ID, run roborev status first
Parse the argument: $ARGUMENTS
Run the appropriate command:
roborev showroborev show --prompt <rest>roborev show --job $ARGUMENTSroborev show $ARGUMENTSPresent the review results, highlighting:
/roborev-review - Run a new review/roborev-address - Fix findings from a review/roborev-refine - Automated fix loop