review-fix-all

Installation
SKILL.md

Review workflow

  1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): bunx @willbooster/agent-skills@latest review --agent all
  2. Treat the combined output as candidate review comments generated concurrently by multiple agents.
  3. Merge the review results into a single set of candidate comments, deduplicating those that address the same underlying issue.
  4. If there are no candidate comments, quit the workflow without modifying the code.
  5. Determine whether each candidate comment is still valid for the current codebase.
  6. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
    • If there are valid review comments that are out of scope for the current PR, create new issues for them.
  7. If you made any code changes, commit and push them to the current branch.
  8. If you fixed any valid comments, return to step 1. Otherwise, quit the workflow.
Related skills
Installs
50
GitHub Stars
1
First Seen
Mar 30, 2026