Skip to main content

Prompt Doctor

All levels

Paste a prompt you already wrote. The Prompt Doctor scores it against the prompting practices that matter for Claude, flags exactly what's weak, links each finding to the page that fixes it, and hands you an improved scaffold to copy.

It runs 100% in your browser — your prompt is never sent anywhere. The checks are plain heuristics, not an AI call: fast, free, and transparent.

PROMPT DOCTORdiagnostic console · v1 · local-only
Paste a prompt — analyzed in your browser, nothing transmitted.

Heuristics, not an oracle — they catch the common failure modes, not every nuance. Use the linked pages to go deeper, and always test with a real eval.

What it checks

Each rule maps to a deeper page on this site:

CheckWhy it matters
Enough to act onOne-line prompts force Claude to guess your intent.
Sets a role"You are a senior X" sharply focuses tone and judgment — see Roles.
States one clear taskA leading imperative verb ("Summarize…", "Extract…") removes ambiguity.
Specifies output shapeWithout a format you get whatever length and structure Claude picks — see Structured Output.
Shows an exampleFor pattern tasks, one input→output pair beats paragraphs of description — see Few-Shot.
Structured when longLong prompts need XML tags so Claude can tell instructions from content.
Guards against made-up answersWhen you supply source text, tell Claude to use only it — the core defense against hallucination.
Avoids vague qualifiers"good", "engaging", "professional" aren't measurable. Replace them with testable criteria.

:::tip From score to ship A high score isn't the goal — a reliable result is. Treat the scaffold as a starting point, then prove it with a real eval before you depend on the output. :::

Next