Run a literature review on a specific research question
Quand l'utiliser : You have a question and want to quickly map the relevant papers, not wade through Google Scholar.
Prérequis
- Skill cloned — git clone https://github.com/Agents365-ai/asta-skill ~/.claude/skills/asta-skill
- Ai2 Asta MCP server reachable — Follow Asta MCP setup; the skill assumes the MCP is configured
Déroulement
-
Kick off the searchUse asta-skill — find highly-cited papers on retrieval-augmented generation from 2023-2024.✓ Copié→ Claude calls search_papers_by_relevance with good filters, not a generic query
-
Walk the citation graphFor the top 3, show me what cited them since.✓ Copié→ get_citations calls with appropriate filtering
-
Pull evidence snippetsExtract a 500-word passage from each paper explaining their main evaluation method.✓ Copié→ snippet_search returns targeted passages
Résultat : A mapped review with citation chains and evidence snippets — not just titles.
Pièges
- Requesting
fields=citationsbulk-returns megabytes — The skill warns against this — trust the guidance and paginate instead