check-compiler-errors
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCheck compiler errors
检查编译器错误
Trigger
触发场景
Compile or type-check failures are blocking local validation or CI.
编译或类型检查失败阻碍了本地验证或CI流程。
Workflow
工作流程
- Run the repo's compile and type-check commands.
- Summarize errors by file and type.
- Fix the highest-confidence issues first.
- Re-run checks until clean or blocked.
- 运行代码仓库的编译和类型检查命令。
- 按文件和错误类型汇总错误信息。
- 优先修复最有把握解决的问题。
- 重新运行检查,直到无错误或遇到无法解决的阻碍。
Output
输出内容
- Current compile and type-check status
- Error summary grouped by file and category
- Fixes applied and remaining blockers
- 当前编译和类型检查状态
- 按文件和类别分组的错误汇总
- 已应用的修复方案及剩余阻碍