review-fix-claude
Original:🇺🇸 English
Translated
Run Claude Code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
5installs
Sourcewillbooster/agent-skills
Added on
NPX Install
npx skill4agent add willbooster/agent-skills review-fix-claudeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Review workflow
- Run the following command from the repository root with 1 hour timeout:
bunx @willbooster/agent-skills@latest review --agent claude - Treat the returned review results as the candidate comment set to process. If the command returns , quit without modifying code.
There is no concern. - For each returned review comment, judge whether it is still valid in the current codebase.
- Fix only the comments you judged valid, and leave invalid comments unchanged.
- After applying fixes, run the smallest relevant verification commands for the changed code.