Free tool
Prompt Quality Checker
Grade any AI prompt against six dimensions and get specific, actionable fixes for every issue found — missing context, no constraints, cliché phrasing, unspecified format. Free and private.
Paste a prompt above to get a score out of 100 and specific fixes.
What it is for
A prompt can read well and still be underspecified. The gaps are hard to see in your own writing, because you know what you meant — the model does not, and it will not ask.
This grades a prompt against six dimensions and returns specific fixes rather than a verdict. The score matters less than the list of what is missing.
How it works
The checker looks for a stated role, sufficient context, an unambiguous task, a specified output format, explicit constraints, and language precise enough to act on. Each dimension gets a score and, where it falls short, a concrete suggestion.
It is a heuristic, not a model call. That makes it instant and private — nothing you paste leaves the browser — but it means it judges structure rather than meaning. A prompt asking for something impossible in a well-structured way will score highly.
When to use it — and when not to
Best used before a prompt goes into anything repeated: a workflow, an automation, a template you will hand to a team. A prompt run once can be fixed by looking at the output; a prompt run ten thousand times cannot.
Less useful for exploratory prompting, where vagueness is sometimes the point — if you are thinking out loud with a model, a low score is not a problem to solve.
Things worth knowing
Two dimensions do most of the work. Output format is the one people skip most often and the one that causes the most downstream pain, because a model that returns prose where you needed JSON breaks whatever consumes it. Constraints are the second — the difference between "summarise this" and "summarise this in under 100 words, without adding anything not present in the source" is most of the quality gap.
Frequently asked questions
How is the prompt score calculated?
The score weights six dimensions: context and task clarity (20 points each), constraints (20), role (15), output format (15) and specificity (10). Penalties are then applied for cliché phrasing, hedging language and prompts that are extremely short or long.
What makes a good AI prompt?
A good prompt specifies five things: the role the model should adopt, the context it needs, the specific task, the output format, and hard constraints. Missing any one of these is the most common cause of vague, generic output.
Why does my prompt score low despite working fine?
The score measures reliability, not whether one output was acceptable. An underspecified prompt can produce a good result once and inconsistent results across ten runs. If you use a prompt repeatedly or at scale, the missing parts matter.