review-fix-codex
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 codex - Treat the returned review results as the candidate comment set to process. If the command returns , quit without modifying code.
There is no concern. - For each returned review comment, judge whether it 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 codex - 将返回的评审结果作为待处理的候选评论集。如果命令返回,无需修改代码,直接退出。
There is no concern. - 针对每条返回的评审评论,判断其在当前代码库中是否仍然有效。
- 仅修复你判定为有效的评论,无效评论保持不变。
- 应用修复后,针对修改的代码运行最小范围的相关验证命令。