review-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. Judge whether each candidate comment is still valid in the current codebase.
  5. Report only the comments you judged valid. If none remain, respond with exactly:
    There is no concern.
  1. 在仓库根目录下执行以下命令,设置1小时超时:
    bunx @willbooster/agent-skills@latest review --agent all
  2. 将合并的输出视为Codex、Claude Code和Gemini CLI同时运行返回的候选评论集。
  3. 将返回的评审结果合并为单个候选评论集,对指向同一底层问题的评论进行去重。
  4. 判断每条候选评论在当前代码库中是否仍然有效。
  5. 仅报告你判定为有效的评论。如果没有有效评论,精确返回:
    There is no concern.