debug-error

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Debug Error

调试错误

Purpose

用途

Analyze an error message and suggest fixes
分析错误信息并提供修复建议

Routing

路由规则

  • Use when: Use when user shares an error message and asks for root-cause analysis.
  • Do not use when: Don't use for feature requests or non-debug planning questions.
  • Outputs: Root-cause analysis and concrete remediation steps.
  • Success criteria: Provides plausible cause, fix plan, and verification step.
  • 适用场景:当用户分享错误信息并要求根因分析时使用。
  • 不适用场景:不要用于功能需求或非调试类的规划问题。
  • 输出内容:根因分析和具体的修复步骤。
  • 成功标准:提供合理的成因、修复方案和验证步骤。

Trigger Examples

触发示例

Positive

正向示例

  • Use the debug-error skill for this request.
  • Help me with debug error.
  • Use when user shares an error message and asks for root-cause analysis.
  • Debug Error: provide an actionable result.
  • 此请求请使用debug-error技能处理。
  • 帮我调试这个错误。
  • 适用于用户分享错误信息并要求根因分析的场景。
  • 调试错误:提供可落地的结果。

Negative

负向示例

  • Don't use for feature requests or non-debug planning questions.
  • Do not use debug-error for unrelated requests.
  • This request is outside debug error scope.
  • This is conceptual discussion only; no tool workflow is needed.
  • 不要用于功能需求或非调试类的规划问题。
  • 无关请求不要使用debug-error技能。
  • 该请求不在调试错误的处理范围内。
  • 这只是概念讨论,不需要使用工具工作流。

Parameters

参数

NameTypeRequiredDescription
errorstringYesThe error message or stack trace
名称类型必填描述
errorstring错误信息或堆栈跟踪

Runtime Prompt

运行时提示

  • Current runtime prompt length: 429 characters.
  • Runtime prompt is defined directly in
    ../debug-error.json
    .
  • 当前运行时提示长度:429 字符。
  • 运行时提示直接定义在
    ../debug-error.json
    中。