Run a literature review on a specific research question
何时使用: You have a question and want to quickly map the relevant papers, not wade through Google Scholar.
前置条件
- 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
步骤
-
Kick off the searchUse asta-skill — find highly-cited papers on retrieval-augmented generation from 2023-2024.✓ 已复制→ 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.✓ 已复制→ get_citations calls with appropriate filtering
-
Pull evidence snippetsExtract a 500-word passage from each paper explaining their main evaluation method.✓ 已复制→ snippet_search returns targeted passages
结果: A mapped review with citation chains and evidence snippets — not just titles.
注意事项
- Requesting
fields=citationsbulk-returns megabytes — The skill warns against this — trust the guidance and paginate instead