← スキル一覧に戻る

roborevaddress
by roborev-dev
roborevaddressは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 241🍴 21📅 2026年1月23日
SKILL.md
name: roborev:address description: Address findings from a roborev code review by fetching the review and making necessary code changes
roborev:address
Fetch a code review and fix its findings.
Usage
$roborev:address <job_id>
Instructions
When the user invokes $roborev:address <job_id>:
1. Fetch the review
Execute:
roborev show --job <job_id>
2. Check the verdict
- If Pass: Inform the user no action is needed
- If Fail: Continue to address the findings
3. Fix the findings
Parse the findings from the output (severity, file paths, line numbers), then:
- Read the relevant files
- Fix issues by priority (high severity first)
- Run tests if the project has them
4. Complete the workflow
After fixing, record what was done by executing:
roborev respond --job <job_id> "<summary of changes>"
This records your response in roborev so the review shows it was addressed.
Then ask the user if they want to commit the changes.
Example
User: $roborev:address 1019
Agent:
- Executes
roborev show --job 1019 - Sees verdict is Fail with 2 findings
- Reads files, fixes the issues, runs tests
- Executes
roborev respond --job 1019 "Fixed null check in foo.go and added error handling in bar.go" - Asks: "I've addressed both findings and recorded the response. Tests pass. Would you like me to commit these changes?"
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です