home/writing/summarize-3

Summarize

GPTClaudeGemini··923 copies·updated 2026-07-14
summarize-3.prompt
---
name: summarize
description: Summarize text content concisely
author: blogus
category: writing
tags:
  - summary
  - content
  - text
model:
  id: gpt-4o-mini
  temperature: 0.5
  max_tokens: 500
goal: Create clear, accurate summaries
variables:
  - name: content
    description: The content to summarize
    required: true
  - name: length
    description: Desired summary length
    required: false
    default: "2-3 paragraphs"
    enum:
      - "1 sentence"
      - "1 paragraph"
      - "2-3 paragraphs"
      - "bullet points"
---

Summarize the following content in {{length}}.

## Content
{{content}}

## Guidelines
- Capture the main ideas and key points
- Maintain accuracy - don't add information not present
- Use clear, concise language
- Preserve the original tone when appropriate

fill the variables

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

{{length}{{content}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Skelf-Research/blogus (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

Skelf-Research/blogus · MIT