review-fix-claude
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 claude - 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.
More from willbooster/agent-skills
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
61complete-pr
Complete GitHub pull requests by iterating on CI and review feedback until the PR is ready.
54review-all
Run Codex, Claude Code, and Gemini CLI reviews against the current branch concurrently, deduplicate the findings, and report only the review comments that are still valid for the current codebase.
53review-fix-codex
Run Codex code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
52review-fix-gemini
Run Gemini CLI review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
50review-claude
Run Claude Code review against the current branch and report only the review comments that are still valid for the current codebase, without applying fixes.
50