Long Document Summarizer
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Breaks a long document into manageable sections and combines partial summaries into a coherent final result.
Primary use case
Summarize content that exceeds a single prompt's practical scope.
Expected output
A consolidated summary assembled from document sections.
Inputs or variables
- document
- summary detail
Related prompts
Gemini Text Summarization
Provides prompt examples for summarizing text at different levels of detail and for different audiences.
Data Extraction and Transformation
Extracts structured fields from source documents and transforms them into a target data representation.
Long-Document Entity Extraction
Extracts defined entities from long documents through structured chunking, grounded outputs, reconciliation, and checks that preserve traceability to source material.
Meta-Prompt Enhancer
Uses a meta-prompting workflow to identify missing context and refine an initial prompt into a clearer specification.
Multi-Step Unit Test Writer
Uses a staged prompt workflow to understand code behavior, identify test cases and generate unit tests.
Structured Output with JSON Schema
Demonstrates how to require API responses that conform to an explicit JSON schema.