home/business/prompt-v2-8

Prompt v2

GPTClaudeGemini··792 copies·updated 2026-07-14
prompt-v2-8.prompt
# Prompt v2

Analyze the financial text and extract risks.

Return a JSON array:

[
  {
    "type": string,
    "severity": "low" | "medium" | "high",
    "evidence": string
  }
]

Rules:
- Only include risks explicitly mentioned
- Do not hallucinate
- Keep explanations concise

when to use it

Community prompt sourced from the open-source GitHub repo raulcmz/llm-prompt-evals (MIT). A "Prompt v2" 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

businesscommunitygeneral

source

raulcmz/llm-prompt-evals · MIT