roborevaddress | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / roborevaddress

roborevaddress

maintained by wesm

star 400 account_tree 35 verified_user MIT License
bolt View GitHub

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:

  1. Read the relevant files
  2. Fix issues by priority (high severity first)
  3. Run tests if the project has them

4. Complete the workflow

After fixing, record what was done by executing:

roborev comment --job <job_id> "<summary of changes>"

This records your comment 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:

  1. Executes roborev show --job 1019
  2. Sees verdict is Fail with 2 findings
  3. Reads files, fixes the issues, runs tests
  4. Executes roborev comment --job 1019 "Fixed null check in foo.go and added error handling in bar.go"
  5. Asks: "I've addressed both findings and recorded a comment. Tests pass. Would you like me to commit these changes?"

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 400
GitHub Forks 35
Created Jan 2026
Last Updated il y a 4 mois
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right
writing-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.