fix-ci

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Fix CI

修复CI

Trigger

触发条件

Branch CI is failing and needs a fast, iterative path to green checks.
当前分支的CI执行失败,需要一条快速、迭代的路径来让检查结果变绿。

Workflow

工作流程

  1. Identify the latest run for the current branch.
  2. Inspect failed jobs and extract the first actionable error.
  3. Apply the smallest safe fix.
  4. Re-run CI and repeat until green.
  1. 确定当前分支的最新运行记录。
  2. 检查失败的任务并提取第一个可处理的错误。
  3. 应用最小的安全修复。
  4. 重新运行CI并重复操作直到检查结果变绿。

Guardrails

约束规则

  • Fix one actionable failure at a time.
  • Prefer minimal, low-risk changes before broader refactors.
  • 一次只修复一个可处理的故障。
  • 在进行大范围重构之前,优先选择最小化、低风险的变更。

Output

输出

  • Primary failing job and root error
  • Fixes applied in iteration order
  • Current CI status and next action
  • 主要失败任务及根本错误
  • 按迭代顺序应用的修复措施
  • 当前CI状态及下一步操作