review-fix-gemini
Installation
SKILL.md
Review workflow
- 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 gemini - Treat the returned review results as the candidate comment set to process. If the command returns
There is no concern., quit without modifying code. - Determine whether each candidate comment is still valid for the current codebase.
- 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.
- If you made any code changes, commit and push them to the current branch.
- If you fixed any valid comments, return to step 1. Otherwise, quit the workflow.