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
Added on

NPX Install

npx skill4agent add willbooster/agent-skills review-fix-claude

Tags

Translated version includes tags in frontmatter

Review workflow

  1. Run the following command from the repository root with 1 hour timeout:
    bunx @willbooster/agent-skills@latest review --agent claude
  2. Treat the returned review results as the candidate comment set to process. If the command returns
    There is no concern.
    , quit without modifying code.
  3. For each returned review comment, judge whether it is still valid in the current codebase.
  4. Fix only the comments you judged valid, and leave invalid comments unchanged.
  5. After applying fixes, run the smallest relevant verification commands for the changed code.