Back to list
roborev-dev

roborevrespond

by roborev-dev

Continuous, non-invasive background code review for agents, to work better and faster. With TUI and CLI support

241🍴 21📅 Jan 23, 2026

SKILL.md


name: roborev:respond description: Add a response or note to a roborev code review to document how findings were addressed

roborev:respond

Record a response to a roborev code review.

Usage

$roborev:respond <job_id> [message]

IMPORTANT

This skill requires you to execute a bash command to record the response in roborev. The task is not complete until you run the roborev respond command and see confirmation output.

Instructions

When the user invokes $roborev:respond <job_id> [message]:

  1. If a message is provided, immediately execute:

    roborev respond --job <job_id> "<message>"
    
  2. If no message is provided, ask the user what they'd like to say, then execute the command with their response.

  3. Verify success - the command will output confirmation. If it fails, report the error.

The response is recorded in roborev's database and will appear when viewing the review with roborev show.

Examples

With message provided:

User: $roborev:respond 1019 Fixed all issues

Agent action:

roborev respond --job 1019 "Fixed all issues"

Then confirm: "Response recorded for review #1019."


Without message:

User: $roborev:respond 1019

Agent: "What would you like to say in response to review #1019?"

User: "The null check was a false positive"

Agent action:

roborev respond --job 1019 "The null check was a false positive"

Then confirm: "Response recorded for review #1019."

Score

Total Score

80/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon