Produce a structured close-reading report from a paper's full PDF-to-Markdown text (with `## Page XX` pagination and image references) when you need to systematically extract background, research questions, methods, results, limitations, and reproducible experimental details.
58
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/literature-close-read/SKILL.md## Page XX and image references such as .references/guide.mdassets/deep_reading_template.mdpdf-extract (version: not specified) — used only when the source is PDF and must be converted to Markdown first.# 1) (Optional) Convert PDF to Markdown if you only have a PDF
# Note: exact command/options depend on your local pdf-extract installation.
pdf-extract paper.pdf > paper.md
# 2) Run the close-reading process (manual or via your orchestration tool):
# Input: paper.md (full text converted from PDF, may include `## Page XX` and images)
# Guidance: references/guide.md
# Template: assets/deep_reading_template.md
# 3) Save the final report as UTF-8 Markdown under outputs/
mkdir -p outputs
# Example output file name:
# outputs/paper_close_reading.mdMinimal expected I/O contract:
.md file containing the full paper text (PDF-to-Markdown), optionally with:
## Page 01.md report saved to outputs/, formatted according to assets/deep_reading_template.md.Input reading rules
## Page XX) may be used for navigation and citation, but should not alter meaning.Extraction and summarization rules
Quality constraints
Files used
references/guide.mdassets/deep_reading_template.mdoutputs/ (create if missing)Follow these steps in order when the user provides a paper for close reading.
## Page XX markers for navigation.assets/deep_reading_template.md as your output structure.outputs/literature_close_read_result.md.literature_close_read_result.md unless the skill documentation defines a better convention.This skill accepts requests that match the documented purpose of literature-close-read and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
literature-close-readonly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: literature_close_read_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.