スキル一覧に戻る
roborev-dev

roborevrespond

by roborev-dev

roborevrespondは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

241🍴 21📅 2026年1月23日
GitHubで見るManusで実行

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."

スコア

総合スコア

80/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です