home/writing/per-post-extract

Per Post Extract

GPTClaudeGemini··796 copies·updated 2026-07-14
per-post-extract.prompt
# Per-post extraction prompt

You will be given a single forum post from a journalism-focused AI course. Extract structured information about the author and the content per the schema below. Return ONLY a single JSON object — no surrounding prose, no code fence, no commentary.

## Input
You will receive a JSON object with: `post_id`, `forum_name`, `forum_category`, `discussion_subject`, `author_name`, `posted_at`, `content_text`, `language_guess`.

## Output schema
Return exactly this object shape (every field required, use `null` for unknown scalars and `[]` for unknown lists):

when to use it

Community prompt sourced from the open-source GitHub repo jamditis/prompt-engineering-journalists (no explicit license). A "Per Post Extract" 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

writingcommunitygeneral

source

jamditis/prompt-engineering-journalists · no explicit license