review-fix-codex

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 codex
  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.
  1. 在仓库根目录下运行以下命令,超时时间设为1小时:
    bunx @willbooster/agent-skills@latest review --agent codex
  2. 将返回的评审结果作为待处理的候选评论集。如果命令返回
    There is no concern.
    ,无需修改代码,直接退出。
  3. 针对每条返回的评审评论,判断其在当前代码库中是否仍然有效。
  4. 仅修复你判定为有效的评论,无效评论保持不变。
  5. 应用修复后,针对修改的代码运行最小范围的相关验证命令。