Academic Paper Summarizer
Overview
Academic papers are dense, technical documents that require significant time to read and understand fully. The Academic Paper Summarizer skill provides a systematic framework for extracting the essential elements from research papers into structured, reusable summaries.
This skill is designed for researchers who need to rapidly process large volumes of literature—whether during a systematic review, when onboarding into a new field, or when preparing a literature review section for their own manuscripts. Rather than producing generic summaries, it enforces a structured template that captures the components most relevant to downstream academic work: research questions, methodology, key findings, limitations, and contributions to the field.
The skill works with any academic paper format (PDF, HTML, plain text) and can be adapted across disciplines from biomedical sciences to social sciences, engineering, and humanities. It emphasizes fidelity to the original text while organizing information into a consistent schema that facilitates comparison across papers.
Structured Extraction Framework
The core of this skill is a multi-section extraction template. When summarizing a paper, populate each of the following fields:
Bibliographic Metadata:
- Title, authors, journal/conference, year, DOI
- Paper type (empirical, review, theoretical, methodological, case study)
Research Context:
- What gap in the literature does this paper address?
- What is the stated research question or hypothesis?
- How does the paper position itself relative to prior work?
Methodology Summary:
- Study design (experimental, observational, computational, qualitative, mixed)
- Data sources, sample size, and key variables
- Analytical methods and tools used
- Any novel methodological contributions
Key Findings:
- Primary results stated in 3-5 bullet points
- Statistical significance or effect sizes where reported
- Figures and tables worth revisiting (note figure/table numbers)
Critical Assessment:
- Strengths of the study design and execution
- Limitations acknowledged by authors and any additional limitations you identify
- Potential biases or confounding factors
- Generalizability of findings
Relevance and Connections:
- How does this paper connect to your current research?
- Which references cited in this paper should you follow up on?
- Does this paper support, contradict, or extend existing findings in your collection?
Batch Processing Workflow
When processing multiple papers (e.g., during a literature review), follow this workflow for efficiency:
- Triage pass: Read title, abstract, and conclusions of each paper. Assign a relevance score (1-5) and decide whether to perform full extraction.
- Full extraction: For papers scoring 3+, apply the complete structured extraction template above.
- Cross-paper synthesis: After extracting 5-10 papers on a related subtopic, create a synthesis note that identifies common findings, methodological trends, and open questions.
- Gap identification: Compare your extraction set against your research questions to identify what evidence is still missing.
Example extraction prompt:
Read this paper and extract the following in structured format:
1. Bibliographic info (title, authors, year, journal, DOI)
2. Research question / hypothesis
3. Methodology (design, data, sample, analysis)
4. Key findings (3-5 bullets with effect sizes)
5. Limitations and biases
6. Relevance to [your topic]
7. Key references to follow up
Tips for High-Quality Summaries
- Preserve author voice for claims: When summarizing findings, note whether the authors use hedging language ("suggests", "may indicate") versus strong claims ("demonstrates", "proves"). This matters for synthesis.
- Note negative results: Papers often bury non-significant findings. Explicitly extract these, as they are crucial for meta-analyses and for avoiding publication bias in your review.
- Tag with your own keywords: Beyond the authors' keywords, add your own tags that connect the paper to your research framework. This makes retrieval easier later.
- Record page numbers: When noting key findings or quotes, record the page number so you can return to the source quickly.
- Update summaries: If you re-read a paper later with new context, update the summary rather than creating a duplicate.
Output Formats
Summaries can be exported in several formats depending on your workflow:
- Markdown: For integration with note-taking tools (Obsidian, Notion, Logseq)
- BibTeX annotation: Append the summary as an
annote field in your BibTeX entry
- CSV row: For spreadsheet-based literature tracking with one row per paper
- JSON: For programmatic processing or import into reference managers
References
- Keshav, S. (2007). "How to Read a Paper." ACM SIGCOMM Computer Communication Review.
- Pautasso, M. (2013). "Ten Simple Rules for Writing a Literature Review." PLOS Computational Biology.
- AI Research Assistant: https://github.com/lifan0127/ai-research-assistant
1---2name: academic-paper-summarizer3description: Summarize academic papers with structured extraction of key elements4---5
6# Academic Paper Summarizer
7
8## Overview
9
10Academic papers are dense, technical documents that require significant time to read and understand fully. The Academic Paper Summarizer skill provides a systematic framework for extracting the essential elements from research papers into structured, reusable summaries.
11
12This skill is designed for researchers who need to rapidly process large volumes of literature—whether during a systematic review, when onboarding into a new field, or when preparing a literature review section for their own manuscripts. Rather than producing generic summaries, it enforces a structured template that captures the components most relevant to downstream academic work: research questions, methodology, key findings, limitations, and contributions to the field.
13
14The skill works with any academic paper format (PDF, HTML, plain text) and can be adapted across disciplines from biomedical sciences to social sciences, engineering, and humanities. It emphasizes fidelity to the original text while organizing information into a consistent schema that facilitates comparison across papers.
15
16## Structured Extraction Framework
17
18The core of this skill is a multi-section extraction template. When summarizing a paper, populate each of the following fields:
19
20**Bibliographic Metadata:**
21- Title, authors, journal/conference, year, DOI
22- Paper type (empirical, review, theoretical, methodological, case study)
23
24**Research Context:**
25- What gap in the literature does this paper address?
26- What is the stated research question or hypothesis?
27- How does the paper position itself relative to prior work?
28
29**Methodology Summary:**
30- Study design (experimental, observational, computational, qualitative, mixed)
31- Data sources, sample size, and key variables
32- Analytical methods and tools used
33- Any novel methodological contributions
34
35**Key Findings:**
36- Primary results stated in 3-5 bullet points
37- Statistical significance or effect sizes where reported
38- Figures and tables worth revisiting (note figure/table numbers)
39
40**Critical Assessment:**
41- Strengths of the study design and execution
42- Limitations acknowledged by authors and any additional limitations you identify
43- Potential biases or confounding factors
44- Generalizability of findings
45
46**Relevance and Connections:**
47- How does this paper connect to your current research?
48- Which references cited in this paper should you follow up on?
49- Does this paper support, contradict, or extend existing findings in your collection?
50
51## Batch Processing Workflow
52
53When processing multiple papers (e.g., during a literature review), follow this workflow for efficiency:
54
551. **Triage pass**: Read title, abstract, and conclusions of each paper. Assign a relevance score (1-5) and decide whether to perform full extraction.
562. **Full extraction**: For papers scoring 3+, apply the complete structured extraction template above.
573. **Cross-paper synthesis**: After extracting 5-10 papers on a related subtopic, create a synthesis note that identifies common findings, methodological trends, and open questions.
584. **Gap identification**: Compare your extraction set against your research questions to identify what evidence is still missing.
59
60**Example extraction prompt:**
61
62```
63Read this paper and extract the following in structured format:
641. Bibliographic info (title, authors, year, journal, DOI)
652. Research question / hypothesis
663. Methodology (design, data, sample, analysis)
674. Key findings (3-5 bullets with effect sizes)
685. Limitations and biases
696. Relevance to [your topic]
707. Key references to follow up
71```
72
73## Tips for High-Quality Summaries
74
75- **Preserve author voice for claims**: When summarizing findings, note whether the authors use hedging language ("suggests", "may indicate") versus strong claims ("demonstrates", "proves"). This matters for synthesis.
76- **Note negative results**: Papers often bury non-significant findings. Explicitly extract these, as they are crucial for meta-analyses and for avoiding publication bias in your review.
77- **Tag with your own keywords**: Beyond the authors' keywords, add your own tags that connect the paper to your research framework. This makes retrieval easier later.
78- **Record page numbers**: When noting key findings or quotes, record the page number so you can return to the source quickly.
79- **Update summaries**: If you re-read a paper later with new context, update the summary rather than creating a duplicate.
80
81## Output Formats
82
83Summaries can be exported in several formats depending on your workflow:
84
85- **Markdown**: For integration with note-taking tools (Obsidian, Notion, Logseq)
86- **BibTeX annotation**: Append the summary as an `annote` field in your BibTeX entry
87- **CSV row**: For spreadsheet-based literature tracking with one row per paper
88- **JSON**: For programmatic processing or import into reference managers
89
90## References
91
92- Keshav, S. (2007). "How to Read a Paper." ACM SIGCOMM Computer Communication Review.
93- Pautasso, M. (2013). "Ten Simple Rules for Writing a Literature Review." PLOS Computational Biology.
94- AI Research Assistant: https://github.com/lifan0127/ai-research-assistant