review-fix-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.
- If the merged result contains no candidate comments, quit without modifying code.
- Judge whether each candidate comment is still valid in the current codebase.
- Fix only the comments you judged valid, and leave invalid comments unchanged.
- After applying fixes, run the smallest relevant verification commands for the changed code.
- 在仓库根目录下运行以下命令,超时时间设为1小时:
bunx @willbooster/agent-skills@latest review --agent all - 将合并输出视为Codex、Claude Code和Gemini CLI同时运行返回的候选评论集。
- 将返回的审查结果合并为单个候选评论集,对指向同一底层问题的评论进行去重。
- 如果合并结果中不包含任何候选评论,无需修改代码,直接退出。
- 判断每条候选评论在当前代码库中是否仍然有效。
- 仅修复你判定为有效的评论,无效评论保持不变。
- 应用修复后,针对已变更的代码运行最小范围的相关验证命令。