$npx -y skills add woodfishhhh/EZ_math_model --skill systematic-debuggingUse when EZ_math_model coder or packaging fails repeatedly with the same error and needs root-cause analysis instead of another blind retry.
| 1 | # systematic-debugging — 根因诊断 |
| 2 | |
| 3 | ## 何时使用 |
| 4 | |
| 5 | - `coder` 单脚本 L1 重试 2 次仍失败。 |
| 6 | - 同一异常类型连续出现。 |
| 7 | - packaging 转换失败且普通修复无效。 |
| 8 | - 需要验证假设而不是继续“再试一次”。 |
| 9 | |
| 10 | ## 调用方式 |
| 11 | |
| 12 | 优先加载宿主 `systematic-debugging` skill。输入: |
| 13 | |
| 14 | - 失败代码。 |
| 15 | - 完整 traceback。 |
| 16 | - `modeling_plan.md` 对应章节。 |
| 17 | - 附件数据预览。 |
| 18 | - 已尝试修复记录。 |
| 19 | |
| 20 | 要求输出: |
| 21 | |
| 22 | - 5-10 条可能根因。 |
| 23 | - 每条根因对应的验证步骤。 |
| 24 | - 按概率排序的修复建议。 |