roborev:respond

Record a comment on a roborev code review and mark it as addressed.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates recording a comment on a roborev code review and marking it as addressed to streamline feedback workflows.

Core Features & Use Cases

  • Record a comment on a roborev code review and mark it as addressed.
  • Validate input, handle messages, and provide clear success or error feedback.
  • Integrate with the roborev workflow to keep reviews organized and closed.

Quick Start

Provide a job_id and optional message to invoke the respond skill and update the review status.

Frequently Asked Questions about roborev:respond

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

FAQPage Schema
How do I mark an automated code review as addressed?▼

To mark a code review as addressed, you record a comment on the specific job_id and update its status. This skill automates that workflow by validating inputs and executing bash commands to close the review.

Can I resolve roborev workflow reviews without writing a custom message?▼

Yes, you can resolve roborev reviews without a custom message. The skill handles both scenarios, allowing you to submit a job_id with or without a user-provided message to mark the review as addressed.

How do I automate recording comments on bash-based code reviews?▼

Automating comment recording on bash-based code reviews requires passing a job_id and an optional message. The skill validates the input, executes the necessary bash commands, and reports success or failure for the review update.

What happens if a roborev review comment fails to update?▼

If a roborev review comment fails to update, the skill reports the specific error condition. It validates inputs before executing bash commands to ensure the job_id is correctly processed and provides clear failure feedback.

What inputs do I need to provide to close a code review in my workflow?▼

You need to provide a unique job_id to close a code review in your workflow. An optional message can also be supplied to record a comment before the skill validates the inputs and marks the review as addressed.

Why use an automated skill for addressing code review comments?▼

Using an automated skill for addressing code review comments streamlines feedback workflows by keeping reviews organized. It handles bash execution and validation, ensuring the job_id review is properly marked as addressed without manual intervention.