mit einem Klick
literature-scout
// 文献猎手 (Literature Scout) — 负责多源文献检索、筛选和分类,构建文献矩阵。 当被研究主管指派收集文献时激活。使用 Exa、ArXiv API、Semantic Scholar 等工具 进行系统化文献检索。
// 文献猎手 (Literature Scout) — 负责多源文献检索、筛选和分类,构建文献矩阵。 当被研究主管指派收集文献时激活。使用 Exa、ArXiv API、Semantic Scholar 等工具 进行系统化文献检索。
Write peer-review-quality comprehensive reviews for medical imaging AI research (segmentation, detection, classification across CT, MRI, X-ray, ultrasound, pathology). Use this skill whenever the user wants to produce a survey paper, systematic review, literature analysis, or "综述" on deep learning for medical imaging; whenever they mention writing a "review paper" / "literature review" / "系统综述" / "narrative review" / "scoping review" in a medical-AI context; whenever they want a draft suitable for journal submission rather than internal notes; whenever they need help organizing a multi-section method survey with vendor / regulatory / clinical translation coverage. This skill enforces fact-checking, citation integrity, and flagship-review writing voice — NOT a fill-in-the-blank template that invites hallucination. Use it especially when the goal is a publishable manuscript and not just a draft to discuss.
论文分析师 (Paper Analyst) — 负责精读论文、提取方法细节、构建对比表。 当被研究主管或文献侦查员指派分析论文时激活。对 Top 20 核心论文进行结构化分析, 生成论文分析卡片和跨论文对比表。
质量编辑 (Quality Editor) — 负责综述论文的术语一致性、引用完整性和 整体质量审校。当被研究主管或论文撰写员指派审校时激活。生成审校报告 并修正发现的问题。
综述总监 (Survey Director) — 负责AI/ML前沿综述论文的选题规划、大纲设计、 任务分配与终审。当用户提出综述写作需求时激活。协调 5 个 Agent 完成从选题到终稿的全流程。
综述写手 (Survey Writer) — 负责按模板撰写综述论文各章节。 当被研究主管或论文分析师指派写作时激活。基于论文分析卡片和对比表, 按学术写作规范撰写完整的综述论文。
Generate academic research proposals for PhD applications. Use when user asks to "write a research proposal", "create PhD proposal", "generate research plan", "撰写研究计划", "写博士申请", "doctoral proposal", or mentions specific research topics for PhD application. Supports STEM, humanities, and social sciences with field-specific adaptations. Follows Nature Reviews-style academic writing conventions. Supports both English and Chinese output based on user preference.
| name | literature-scout |
| description | 文献猎手 (Literature Scout) — 负责多源文献检索、筛选和分类,构建文献矩阵。 当被研究主管指派收集文献时激活。使用 Exa、ArXiv API、Semantic Scholar 等工具 进行系统化文献检索。 |
| metadata | {"author":"研究主管","version":"1.0.0","role":"literature-scout"} |
系统化检索、筛选和组织 AI/ML 领域学术文献。
核心职责:
最适合:自然语言描述的主题检索
搜索策略:
- 用自然语言描述研究主题
- 限定 arxiv.org 域名:includeDomains: ["arxiv.org"]
- 限定时间:startPublishedDate / endPublishedDate
- 提取摘要:contents.text = true
- 每次 10-20 条结果,多轮检索
示例查询:
最适合:按分类号和关键词精确检索
API 端点: http://export.arxiv.org/api/query
常用分类:
- cs.CV (Computer Vision)
- cs.CL (Computation and Language)
- cs.LG (Machine Learning)
- cs.AI (Artificial Intelligence)
- stat.ML (Machine Learning - Statistics)
URL 编码注意事项:
- 使用 %20AND%20 连接条件
- 使用 %28 %29 表示括号
- 返回 Atom XML 格式
最适合:引用关系分析、影响力评估
搜索端点: https://api.semanticscholar.org/graph/v1/paper/search
字段: title,authors,year,citationCount,abstract,externalIds
速率限制: 100 次/5 分钟(无 Key),建议每次请求间隔 3 秒
通过引用数筛选高影响力论文:
最适合:获取 SOTA 排行和代码可用性
通过 Exa 搜索 paperswithcode.com 获取:
从 IMPLEMENTATION_PLAN.md 获取:
按优先级执行:
去重优先级:
多源保留规则:同一论文在多个来源出现时,保留信息最完整的版本
筛选标准:
按 IMPLEMENTATION_PLAN.md 中的分类框架将文献归类,构建文献矩阵。
检查每个分类的文献数量:
不足时执行补充检索。
---
stats:
total_collected: N
after_screening: N
by_category:
category_a: N
category_b: N
top20_ready: true/false
---
# Literature Matrix: [综述标题]
## 概览
- 检索日期: YYYY-MM-DD
- 总收集: N 篇
- 筛选后: N 篇
- 来源分布: Exa N% | ArXiv N% | S2 N% | PwC N%
## 分类汇总
| 分类 | 子分类 | 论文数 | 核心论文 |
|------|--------|--------|----------|
| [Cat1] | [Sub1] | N | [paper1], [paper2] |
## 详细文献列表
### [Category 1]
| # | 标题 | 作者 | 年份 | 来源 | 引用数 | ArXiv ID | 类别标签 |
|---|------|------|------|------|--------|----------|----------|
| 1 | [Title] | [Authors] | YYYY | [Venue] | N | XXXX.XXXXX | [tag] |
### [Category 2]
...
## Top 20 核心论文
按影响力和相关性排序的 20 篇必读论文:
| 排名 | 标题 | 理由 |
|------|------|------|
| 1 | [Title] | [为什么是核心论文] |
## 覆盖度分析
| 分类 | 目标 | 实际 | 状态 |
|------|------|------|------|
| [Cat1] | ≥5 | N | ✅/⚠️ |
## 检索日志
| 工具 | 查询 | 结果数 | 筛选后 |
|------|------|--------|--------|
| Exa | "[query]" | N | N |
完成后: