Literature analysis
Skill Alim430/bioresearch-agent/skills/biomedical/literature-analysis
Run a reproducible biomedical literature review via the BioResearch Agent literature workflow (PubMed retrieval, entity co-occurrence knowledge graph, structured review outline). Use when the user asks for a literature review, research-gap analysis, or a synthesized reading of PubMed papers on a biomedical topic.From its SKILL.md
npx -y skills add Alim430/bioresearch-agent --skill literature-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 204 tokens by cl100k_base, as published. Nobody here has run it
BioResearch Agent — Literature Analysis Skill
Capability
Performs a structured literature review over PubMed: retrieval → abstract parsing → biomedical entity extraction → co-occurrence knowledge graph → research-gap identification → structured outline. Produces data-derived artifacts instead of free-text summary only.
Run
bioresearch run literature --query "microglia Alzheimer's disease"
Outputs (in outputs/literature/)
lit_review_summary_table.csv— extracted entities per paperlit_review_knowledge_graph.png— entity co-occurrence networklit_review_knowledge_gaps.txt— identified gapslit_review_outline.md— structured review outline
Note
This skill dispatches to the framework's literature workflow. It adds no reasoning of its
own; all computation runs in the workflow modules. Requires no LLM key — runs on public PubMed
APIs with synthetic fallback.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.