
roborevrespond
by roborev-dev
roborevrespondは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
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]:
-
If a message is provided, immediately execute:
roborev respond --job <job_id> "<message>" -
If no message is provided, ask the user what they'd like to say, then execute the command with their response.
-
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."
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です