home/writing/summarize

Summarize

GPTClaudeGemini··125 copies·updated 2026-07-14
summarize.prompt
---
model: openai/gpt-4o-mini
description: Summarize text into a fixed number of bullet points.
temperature: 0.3
max_tokens: 512
input:
  variables:
    text:
      required: true
      description: The source text to summarize.
    count:
      default: 3
      description: How many bullet points to produce.
---
{# system #}
You are a precise, neutral summarizer. You never add information that is not
present in the source text.

{# user #}
Summarize the following text into exactly {{ count }} concise bullet points.

---
{{ text }}
---

fill the variables

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

{# system #}{# user #}{{ count}{{ text}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ATOM00blue/promptbook (MIT). A "Summarize" 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

ATOM00blue/promptbook · MIT