| name | roborev-address |
| description | Use when a user asks to address or close a specific roborev code review job after fixing or responding to findings. |
roborev-address
Fetch a review, handle its findings, comment, and close it.
Roborev's normal trigger is the repository post-commit hook installed by
roborev install-hook. Do not manually start reviews unless the user asks for
an ad hoc review; use this skill after roborev has produced a review job for a
commit or branch.
Invocation
- Claude slash command:
/roborev:address <job_id>
- Codex skill name:
$roborev-address <job_id>
Instructions
- Confirm the daemon and queue are reachable:
roborev status
- Fetch the review:
roborev show --job <job_id>
- If the verdict is
Pass, report that no action is needed.
- If the verdict is
Fail, fix findings by severity, reading the affected files first.
- Run the relevant project tests.
- Record what changed:
roborev comment --job <job_id> "<summary of changes>"
roborev close <job_id>
- Ask whether to commit the changes unless the user already requested commit/push. A new commit will automatically enqueue another roborev review through the post-commit hook.