Medical-research-skills literature-extensive-read
Rapidly skim and summarize academic papers (default:PDF-to-Markdown full text with `## Page XX` pagination and image references) and output a structured extensive-reading summary in Markdown when you need to quickly understand research questions, methods, key results, conclusions, and decide whether intensive reading is worthwhile.
install
source · Clone the upstream repo
git clone https://github.com/aipoch/medical-research-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aipoch/medical-research-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/scientific-skills/Evidence Insight/literature-extensive-read" ~/.claude/skills/aipoch-medical-research-skills-literature-extensive-read && rm -rf "$T"
manifest:
scientific-skills/Evidence Insight/literature-extensive-read/SKILL.mdsource content
When to Use
- You have a paper converted from PDF to Markdown and need a fast, structured overview before deciding to read it deeply.
- You need to extract the research question, methodology, main findings, and conclusions for literature triage.
- You are reviewing many papers and want consistent summaries using a fixed template.
- You want a quick interpretation of figures/tables referenced as images in the Markdown (only based on what is explicitly shown/described).
- You need to produce a UTF-8 Markdown summary file saved to a standard output directory for later review.
Key Features
- Rapid extensive reading workflow: prioritize title/abstract/conclusion, then scan methods and results.
- Structured output using a predefined Markdown template.
- Supports PDF-to-Markdown inputs that include
pagination headers.## Page XX - Allows using embedded image references (e.g.,
) to briefly describe charts/tables when explicitly interpretable. - Strictly summarizes only explicit content from the provided text (no speculation); missing items are marked as “Not specified”.
- Standardized output location: saves results to
(created if missing).outputs/
Dependencies
(version: Not specified) — used only when the input is PDF and must be converted to Markdown first.pdf-extract
(version: Not specified) — optional security audit report saved alongside outputs.securityclaw
Example Usage
Input
Assume you have one of the following:
- A PDF-to-Markdown file (recommended):
(contains full text, may includepaper.md
and image references)## Page XX
- Only a PDF:
(convert it first usingpaper.pdf
)pdf-extract
Steps
- (Optional) Convert PDF to Markdown
pdf-extract paper.pdf > paper.md
- Read and summarize using the template
- Read
, prioritizing: Title → Abstract → Conclusion, then scan Methods and Results.paper.md - Follow requirements and quality checks in:
references/guide.md
- Fill the output template:
assets/rapid_summary_template.md
- If any field cannot be found in the text, write: Not specified.
- Save output
- Save the completed summary as a UTF-8 encoded Markdown file to:
outputs/rapid_summary.md
- (Optional) Save security audit report
- If generated, save the
report to:securityclawoutputs/
Implementation Details
-
Input format
- Default input is full-text Markdown converted from PDF.
- Pagination headers like
may appear and should be treated as page markers, not section headings.## Page XX - Image references (e.g.,
) may be used to support brief figure/table descriptions only when the content is explicitly interpretable.
-
Reading strategy (algorithm)
- Extract bibliographic and high-level intent from Title/Abstract.
- Identify the research question(s) and scope.
- Scan Methods to capture: data, experimental setup, models, baselines, evaluation metrics, and key parameters (only if explicitly stated).
- Scan Results to capture the main quantitative/qualitative findings and comparisons.
- Read Conclusion/Discussion to capture claims, limitations, and future work.
- Produce an intensive-reading recommendation based on the paper’s stated contributions, clarity of evidence, and relevance to the user’s goal (when provided).
-
Output rules
- Use
as the sole structure for the final summary.assets/rapid_summary_template.md - If information is missing or unclear in the source text, write Not specified (do not infer).
- Output must be Markdown (
) and saved in UTF-8 to avoid encoding issues..md - Default output language is Chinese unless the user explicitly requests another language.
- Use