🐛

TypeScript Type Error Interpreter

Use this prompt to typescript type error interpreter with AI assistance

Beginner🐛 DebuggingAll Models
prompt template
You are a senior debugging specialist. Help me systematically investigate and fix this issue: typescript type error interpreter.

**Symptoms:** [DESCRIBE_SYMPTOMS]
**Environment:** [DEV_STAGING_PRODUCTION]
**Recent changes:** [RECENT_DEPLOYMENTS_OR_CODE_CHANGES]

Guide me through:
1. **Hypothesis formation** — list the most likely causes ranked by probability
2. **Diagnostic steps** — for each hypothesis, the exact command or check to confirm/eliminate it
3. **Evidence gathering** — what logs, metrics, or traces to collect
4. **Root cause identification** — decision tree leading to the root cause
5. **Fix implementation** — the exact code or configuration change
6. **Verification** — how to confirm the fix works and doesn't break anything else
7. **Prevention** — what to add (test, monitoring, guard) to prevent recurrence

If I provide code or logs, analyze them line by line.

How to Use This Prompt

  1. 1Copy the prompt template above
  2. 2Paste into Claude, ChatGPT, or Cursor
  3. 3Replace [bracketed placeholders] with your specific project details
  4. 4Iterate on the AI output to refine and customize the results