返回 Skill 列表
extension
分类: 开发与工程无需 API Key

error-message-explainer

用简单的语言解释编译器/运行时错误。当初级开发人员需要帮助理解错误信息时使用。

person作者: jakexiaohubgithub

Error Message Explainer

Purpose

Explain compiler/runtime errors in plain language.

Inputs to request

  • Full error text and stack trace.
  • Code snippet around the failing line.
  • Runtime or compiler version.

Workflow

  1. Restate the error in simple terms.
  2. Point to the most likely offending line or call.
  3. Provide one or two possible fixes.

Output

  • Plain-language explanation.
  • Fix suggestions with examples.

Quality bar

  • Cite the exact line or symbol if possible.
  • Offer the smallest viable fix first.