roborev:respond

Record a response comment and mark a roborev review as addressed.

330|47|Updated Aug 30, 2020
One-click install
npx skills add https://github.com/harperreed/dotfiles --skill roborev-respond-harperreed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev:respond
Source: https://github.com/harperreed/dotfiles/tree/main/.codex/skills/roborev-respond
Command: npx skills add https://github.com/harperreed/dotfiles --skill roborev-respond-harperreed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the manual overhead of recording a response comment in roborev and then separately marking the code review as addressed.

Core Features & Use Cases

  • Adds a review comment: Records the response message against a specific roborev job_id.
  • Marks the review addressed: Immediately updates the review status after the comment is recorded.
  • Works with or without a pre-supplied message: If you don’t provide a message, it prompts you to supply one before executing the required commands.

Quick Start

Use the skill by running roborev:respond with a job ID and an optional message, e.g., $roborev:respond 1019 "Looks good—fixes are merged."

Frequently Asked Questions about roborev:respond

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

FAQPage Schema
How do I add a comment to a roborev code review and mark it as addressed?

To add a comment to a roborev code review and mark it as addressed, you provide a job ID and an optional message. The skill records the response comment and sequentially updates the review status to addressed.

What is the best way to close the loop on iterative code review feedback?

The best way to close the loop on iterative code review feedback is to use a sequential workflow that records a concrete response message against the specific job ID and immediately marks the review as addressed.

Do I need to provide a message when addressing a roborev review?

You do not need to provide a message when addressing a roborev review. If you omit the message, the skill prompts you to supply one before executing the comment and address commands.

How does command execution work when responding to a code review?

Command execution works by sequentially running the roborev comment and roborev address commands for a specified job ID. It reports confirmation or errors from both commands to finalize the review response.

What happens if the roborev address or comment command fails during execution?

If the roborev address or comment command fails during execution, the skill reports the specific errors encountered. This ensures you know whether the comment recording or status update failed before closing the loop.