Zum Hauptinhalt springen

Wiederverwendbare Prompt-Vorlagen

Alle Level

Sofort einsetzbare Prompts für gängige Aufgaben. Sie nutzen XML-Tags für eine saubere Struktur und verankern die Gewohnheiten aus den Prompting-Grundlagen. Fülle die {geschweiften Klammern}.

Zusammenfassen (faktengestützt)

<instructions>
Summarize the document for {audience} in {N} bullet points. Use ONLY the document;
if something isn't there, say "not stated." Then list any action items.
</instructions>
<document>
{paste}
</document>

Erwartet: knappe Stichpunkte + Action-Items. Häufiger Fehler: erfindet Fakten → die Klausel „ONLY the document" beugt dem vor.

Strukturierte Daten extrahieren

Extract the following from the text as JSON: {field1, field2, field3}.
Return ONLY valid JSON, no prose. If a field is missing, use null.
<text>{paste}</text>

Kombiniere mit strukturierter Ausgabe für mehr Zuverlässigkeit.

Umschreiben / bearbeiten

Rewrite the text to be {clearer/shorter/more formal} without changing meaning.
Then list the changes you made as bullets.
<text>{paste}</text>

Code-Review

Review this diff for correctness bugs, missing edge cases, and security issues.
Report ONLY high-confidence findings as a checklist with file:line. Diff:
<diff>{paste}</diff>

Entscheidungshilfe

I'm deciding between {A} and {B} for {situation}. Build a trade-off table across
the criteria that matter, then recommend one and name the biggest risk.

Meta-Prompt (einen Prompt verbessern)

Here's my prompt: "{prompt}". Ask me the 3 questions that would most improve it,
then rewrite it with sensible defaults.

Rolle + Guardrail-Wrapper

You are {role}. {task}.
Constraints: {format, length, tone}. If you're unsure or lack info, say so rather
than guessing.

:::tip Mach sie zu deinen eigenen Speichere die, die du nutzt, als Slash-Commands oder ein Projekt, damit du sie nie wieder neu tippen musst. :::

Weiter