一键导入
cross-paper-synthesis
Use when the user wants to synthesize findings across multiple papers into a coherent narrative, comparison, or temporal view.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to synthesize findings across multiple papers into a coherent narrative, comparison, or temporal view.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cross-paper-synthesis |
| description | Use when the user wants to synthesize findings across multiple papers into a coherent narrative, comparison, or temporal view. |
Synthesizes findings across multiple papers into a coherent narrative, structured comparison, or integrated model. Goes beyond summarizing individual papers to produce genuinely novel synthesis — identifying patterns, progressions, and insights that only emerge when reading across the corpus as a whole.
synthesis = cross_paper_synthesis.narrative(
papers=review.get_papers(tag="attention-mechanisms"),
focus="methodological evolution",
max_words=800,
audience="expert"
)
cross_paper_synthesis.comparison_table(
papers=review.get_papers(tag="protein-lm-benchmarks"),
dimensions=["model_size", "training_data", "benchmark", "metric", "score"],
format="markdown_table"
)
cross_paper_synthesis.timeline(
topic="in-context learning capabilities",
papers=review.get_papers(),
group_by="year"
)
Narrative synthesis is prose with inline citations. Comparison tables are Markdown or LaTeX. Timeline output shows year-by-year progression with key papers anchoring each phase.
related_work_scout for related-work drafting and literature synthesispaper_editor when rewriting a weak compare-and-contrast sectionUse when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
Use when the user wants to query Semantic Scholar for paper metadata, citations, references, author profiles, or semantic literature search results.
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
Use when the user wants to generate citation-aware manuscript sections or full research drafts grounded in the team's literature base.
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.