PDF Summary
A structured approach to summarizing PDF documents, extracting key information and presenting it in a clear, organized format.
When to Use
Use this skill when the user asks to:
- •Summarize a PDF document
- •Extract key points from a PDF
- •Get an overview of a PDF's contents
- •Analyze and condense PDF information
Process
When summarizing a PDF, follow this structured approach:
1. Document Overview
- •Title: Extract the document title
- •Type: Identify document type (research paper, report, manual, etc.)
- •Length: Note the approximate length
- •Date: Include publication or creation date if available
2. Main Content Analysis
Executive Summary
Provide a 2-3 sentence high-level overview of the document's purpose and main message.
Key Sections
Break down the document into major sections and provide brief summaries:
- •Section 1 title: Brief summary
- •Section 2 title: Brief summary
- •(continue as needed)
Key Points
List the 5-7 most important takeaways:
- •Point 1
- •Point 2
- •(continue as needed)
3. Important Details
Data & Statistics
- •Highlight significant numbers, statistics, or data points
- •Include relevant charts/tables descriptions
Key Concepts
- •List main concepts or terminology introduced
- •Provide brief explanations if complex
Notable Quotes or Claims
- •Include 1-3 significant quotes if relevant
4. Conclusions & Recommendations
Document Conclusions
Summarize the document's main conclusions or recommendations.
Actionable Items
If applicable, list any action items or next steps mentioned.
Output Format
Present the summary in a clear markdown format with:
- •Headers for each section
- •Bullet points for lists
- •Bold for emphasis on key terms
- •Keep total summary length proportional to original document
Quality Checks
Before finishing, ensure:
- •Summary is objective and accurate
- •Key information is not omitted
- •Structure is clear and easy to scan
- •Length is appropriate (typically 10-20% of original)
Example Structure
code
# PDF Summary: [Document Title] **Type**: Research Paper **Length**: 25 pages **Date**: January 2024 ## Executive Summary [2-3 sentence overview] ## Key Sections 1. **Introduction**: [Summary] 2. **Methods**: [Summary] 3. **Results**: [Summary] ## Key Points - Point 1 - Point 2 ## Important Data - Statistic 1 - Statistic 2 ## Conclusions [Summary of conclusions]