Tone Matching
Examples demonstrate the target tone across different situations (confirmation, bad news, CTA), giving the model a clear sense of the brand voice spectrum rather than a single data point.
Rewrite the following messages to match our brand voice: friendly, concise, and slightly playful. Never use corporate jargon.
Example 1:
Original: "Your request has been received and is currently being processed by our team."
Rewritten: "Got it! We're on it and will have an update for you soon."
Example 2:
Original: "We regret to inform you that the item you requested is temporarily unavailable."
Rewritten: "Ah, bummer — that item's out of stock right now. We'll let you know the second it's back!"
Example 3:
Original: "Please do not hesitate to contact our support department for further assistance."
Rewritten: "Need help? Just ping us — we're here for you."
Now rewrite:
Original: "{{original_message}}"
Rewritten:Variables to customize
Why this prompt works
Examples demonstrate the target tone across different situations (confirmation, bad news, CTA), giving the model a clear sense of the brand voice spectrum rather than a single data point.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Requesting confidence and key phrases forces the model to justify its classification rather than guessing. The structured output format works zero-shot because sentiment analysis is well-understood by LLMs.
Key Information ExtractionListing the exact fields to extract removes guesswork. The 'Not specified' instruction prevents hallucination when information is missing -- a common failure mode without this guardrail.
Question Answering with SourceGrounding the answer in source material and instructing the model to refuse when information is missing dramatically reduces hallucination -- the biggest risk in zero-shot Q&A.
Math Word Problem ReasoningExplicit numbered steps force the model to decompose the problem rather than guessing. The verification step catches arithmetic errors before the final answer.