home/productivity/zero-shot-prompt

Zero Shot Prompt

GPTClaudeDeepSeek··726 copies·updated 2026-07-14
zero-shot-prompt.prompt
# Set the system and user prompts

system_prompt = "You are a helpful assistant. Answer the questions as clearly and concisely as possible, without citations or special formatting. Do not use any formatting such as bullet points, bold, italics, or numbered lists. Instead, write everything in paragraph form with simple sentences."

user_prompt = f"Question: {question}"

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{question}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Anmolian/Prompt_Eval_LLM_Judge (MIT). A "Zero Shot Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Anmolian/Prompt_Eval_LLM_Judge · MIT