Error Message Explainer

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

lidge-jun 9f816b9 643 B Updated

File contents

Error Message Explainer

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.

lidge-jun/cli-jaw-skills/tree/main/error-message-explainer commit 9f816b9f27

Frequently asked questions

npx skillmds@latest add lidge-jun/error-message-explainer