review-all
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseReview workflow
评审工作流
- Run the following command from the repository root with 1 hour timeout:
bunx @willbooster/agent-skills@latest review --agent all - Treat the combined output as the candidate comment set returned by Codex, Claude Code, and Gemini CLI running concurrently.
- Merge the returned review results into a single candidate comment set, deduplicating comments that point to the same underlying issue.
- Judge whether each candidate comment is still valid in the current codebase.
- Report only the comments you judged valid. If none remain, respond with exactly:
There is no concern.
- 在仓库根目录下执行以下命令,设置1小时超时:
bunx @willbooster/agent-skills@latest review --agent all - 将合并的输出视为Codex、Claude Code和Gemini CLI同时运行返回的候选评论集。
- 将返回的评审结果合并为单个候选评论集,对指向同一底层问题的评论进行去重。
- 判断每条候选评论在当前代码库中是否仍然有效。
- 仅报告你判定为有效的评论。如果没有有效评论,精确返回:
There is no concern.