check-compiler-errors

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Check compiler errors

检查编译器错误

Trigger

触发场景

Compile or type-check failures are blocking local validation or CI.
编译或类型检查失败阻碍了本地验证或CI流程。

Workflow

工作流程

  1. Run the repo's compile and type-check commands.
  2. Summarize errors by file and type.
  3. Fix the highest-confidence issues first.
  4. Re-run checks until clean or blocked.
  1. 运行代码仓库的编译和类型检查命令。
  2. 按文件和错误类型汇总错误信息。
  3. 优先修复最有把握解决的问题。
  4. 重新运行检查,直到无错误或遇到无法解决的阻碍。

Output

输出内容

  • Current compile and type-check status
  • Error summary grouped by file and category
  • Fixes applied and remaining blockers
  • 当前编译和类型检查状态
  • 按文件和类别分组的错误汇总
  • 已应用的修复方案及剩余阻碍