run-and-triage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRun and Triage
运行与问题排查
Workflow
工作流程
- Run the provided command(s) as-is; add a reasonable timeout if it is a recipe run.
- Capture stdout/stderr and any error output.
- Summarize failures and likely root cause; propose fixes.
- If a recipe run fails, point to relevant files/lines and suggest next steps.
- Re-run only if requested.
- 按原样运行指定的命令;如果是Recipe运行,添加合理的超时时间。
- 捕获标准输出(stdout)、标准错误(stderr)及所有错误输出。
- 总结故障情况及可能的根本原因;提出修复方案。
- 如果Recipe运行失败,指向相关文件/代码行并建议后续步骤。
- 仅在收到请求时重新运行。