Template

Prompt Review Checklist Before Copying

A prompt can look polished and still be unsafe to reuse. Before saving it, check whether the prompt names the real task, the allowed material, the missing facts, the answer shape, and the person who reviews the output.

Review a prompt before copying it into a saved workflow or sharing it with someone else.

Use this when

  • You found a prompt online and want to adapt it for work, school, or client use.
  • A team is saving a prompt for repeated use.
  • The output needs to be reviewed before it becomes a published, sent, or submitted artifact.

Pause when

  • The prompt asks ChatGPT to make a final call that belongs to a qualified person.
  • The task needs current facts that are not pasted into the conversation.
  • The prompt includes private data that should be removed or summarized first.

How to think about it

Check the Task Before the Words

Do not start by polishing the prompt. First ask what job the prompt is supposed to do. If the prompt cannot name the output, reader, source material, and use case, rewriting the wording will only make a weak setup sound better.

A reviewable prompt should make the next human action obvious. The user should know what to paste, what answer to expect, and what to check before using the output.

Remove Hidden Risk

Reusable prompts often carry hidden risk because they invite users to paste more context than needed. Add a privacy line that tells the user to remove personal, customer, student, patient, financial, employment, credential, or secret business data unless the tool and policy allow it.

Also remove authority claims from the prompt. A role label should not tell ChatGPT to be a lawyer, doctor, hiring approver, or guaranteed expert. Use a safer working behavior and keep the final call with a person.

Require an Output Check

The final instruction should ask for a compact review note. That note should list missing facts, assumptions, unsupported claims, and the human reviewer. This gives the user friction at the right moment: after the first answer appears but before it gets copied into real work.

If the prompt is meant to return a structured table or checklist, make each row checkable. A review table is only useful if the columns tell the user what to verify.

Checklist

Task is named
The prompt says what artifact should come back and who will use it.
Context is allowed
The prompt tells the user what source notes to paste and what to leave out.
Private data is handled
The prompt warns the user to remove sensitive details unless the workflow allows them.
Claims are bounded
The prompt asks ChatGPT to mark assumptions and avoid facts that were not provided.
Review owner is clear
The prompt names who checks usefulness, accuracy, fairness, privacy, or fit.

Worksheet

Keep
Which sentence makes the task more concrete or the answer easier to review?Return a table with audience, claim, support note, risk, and rewrite suggestion.
Rewrite
Which sentence sounds impressive but does not change the output?Replace 'act as a genius marketer' with 'act as a careful landing-page editor.'
Block
Which sentence asks for facts, judgment, or private data the user should not paste?Remove customer names and ask for anonymized notes instead.

Copy a working starter

Copy review checklist

Before copying this prompt, check:
1. Task: Does it name the output and user?
2. Context: Does it say what source notes are allowed?
3. Privacy: Does it avoid unnecessary personal, customer, student, patient, financial, or employment data?
4. Claims: Does it tell ChatGPT to avoid unsupported facts?
5. Format: Does it ask for a reviewable answer shape?
6. Gaps: Does it ask questions when context is missing?
7. Human review: Who checks the answer before it is used?

Reference notes

  • OpenAI Cookbook structured outputs introductionOpenAI Cookbook. The idea that output shape can make answers easier to inspect and check.Use it for reviewable output-shape thinking; do not claim that every ChatGPT conversation can enforce structured output behavior.
  • OpenAI Cookbook advanced prompting guideOpenAI Cookbook. Instruction structure, missing-context handling, and task-specific prompt behavior.Use it for instruction structure, context, and task-framing ideas; do not present it as a ranking, benchmark, or universal best-practice list.
  • OpenAI Cookbook prompt guideOpenAI Cookbook. Specific instructions and context as the basis for higher-quality prompt results.Use it for prompting structure and clarity practices; do not treat it as a promise that one template works for every model or every task.