review-fix-all

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Review workflow

审查工作流

  1. Run the following command from the repository root with 1 hour timeout:
    bunx @willbooster/agent-skills@latest review --agent all
  2. Treat the combined output as the candidate comment set returned by Codex, Claude Code, and Gemini CLI running concurrently.
  3. Merge the returned review results into a single candidate comment set, deduplicating comments that point to the same underlying issue.
  4. If the merged result contains no candidate comments, quit without modifying code.
  5. Judge whether each candidate comment is still valid in the current codebase.
  6. Fix only the comments you judged valid, and leave invalid comments unchanged.
  7. After applying fixes, run the smallest relevant verification commands for the changed code.
  1. 在仓库根目录下运行以下命令,超时时间设为1小时:
    bunx @willbooster/agent-skills@latest review --agent all
  2. 将合并输出视为Codex、Claude Code和Gemini CLI同时运行返回的候选评论集。
  3. 将返回的审查结果合并为单个候选评论集,对指向同一底层问题的评论进行去重。
  4. 如果合并结果中不包含任何候选评论,无需修改代码,直接退出。
  5. 判断每条候选评论在当前代码库中是否仍然有效。
  6. 仅修复你判定为有效的评论,无效评论保持不变。
  7. 应用修复后,针对已变更的代码运行最小范围的相关验证命令。