roborev-respond

Automate roborev review comments and closures via CLI commands.

1.6k|143|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/kenn-io/roborev --skill roborev-respond-kenn-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev-respond
Source: https://github.com/kenn-io/roborev/tree/main/internal/skills/claude/roborev-respond
Command: npx skills add https://github.com/kenn-io/roborev --skill roborev-respond-kenn-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add automation to close roborev code reviews by recording comments via a CLI and closing the review, reducing manual follow-ups and mistakes.

Core Features & Use Cases

  • Automate commenting and closing of synthesis-parent reviews in roborev workflows.
  • Validate input job IDs, ensure you comment only on synthesis parents (not individual members), and gracefully handle errors.
  • Integrate into CI/CD or developer workflows to streamline review triage and closing actions.

Quick Start

Use the /roborev-respond <job_id> [message] command to comment on and close the target review.

Frequently Asked Questions about roborev-respond

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate closing roborev code reviews with a CLI command?

You can automate closing roborev code reviews by running a shell command that messages the system with a specific job ID and an optional message. This validates the input and targets the correct synthesis-parent review before posting the comment and closing it.

How do I comment on a synthesis-parent review in a multi-user code-review pipeline?

To comment on a synthesis-parent review in a multi-user pipeline, execute the roborev comment command with the target job ID. The process ensures you target the synthesis parent itself rather than individual panel members, preventing misdirected feedback.

Can I integrate automated code review triage into my CI/CD workflow?

Yes, you can integrate automated code review triage into CI/CD workflows by executing shell commands for commenting and closing reviews. This streamlines review management by reducing manual follow-ups and handling errors gracefully during pipeline execution.

Do I need shell access to manage roborev review closing actions?

Yes, shell access is required to manage roborev review closing actions. The automation depends on executing roborev comment and roborev close commands directly, requiring an environment capable of running CLI instructions with proper input validation.

Why does my roborev comment command target an individual panel member instead of the parent?

Your roborev comment command might target a panel member if the incorrect job ID is supplied. The process includes input validation to ensure the synthesis-parent review is targeted correctly, preventing comments from being misdirected to individual members.

What is the best way to record comments and close reviews in roborev simultaneously?

The best way to record comments and close reviews in roborev simultaneously is to pass the job ID and optional message in a single command. This automates both actions, ensuring correct parent targeting and clear success or failure reporting.