literature-review
科研文献综述技能。当用户提到"综述"、"survey"、"find papers"、 "文献调研"、"文献检索"时自动触发。支持多数据源检索和结果综合。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
科研文献综述技能。当用户提到"综述"、"survey"、"find papers"、 "文献调研"、"文献检索"时自动触发。支持多数据源检索和结果综合。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
学术论文写作技能。辅助撰写论文各个章节,包括摘要、引言、方法、 结果、讨论等。支持多种写作风格和输出格式。
上海交通大学电院工程管理硕士(MEM)毕业论文草稿生成技能。 严格遵循「工程管理硕士专业学位论文标准」(教指委)+ 「上海交通大学 电院 23 级浅见社」选题/研究框架指南。围绕 6 章 SJTU canonical 正文 结构组织内容(绪论 / 理论基础与文献综述 / 项目介绍与现状分析 / 研究成果与数学建模 / 实施验证与价值评估 / 总结与展望),引用 GB/T 7714,实证数据由用户补充;论文目标 3 万字(专题研究类)或 2 万字 (案例研究类、设计类)。
材料科学筛选技能。用于固态电解质、催化剂等材料的候选筛选、 属性预测和多目标优化排序。触发词包括"材料筛选"、"materials screening"等。
Generate journal or top-conference research-paper drafts with literature grounding, novelty framing, evaluation planning, reproducibility, ethics disclosure, and LaTeX-ready structure.
| name | literature-review |
| description | 科研文献综述技能。当用户提到"综述"、"survey"、"find papers"、 "文献调研"、"文献检索"时自动触发。支持多数据源检索和结果综合。 |
| triggers | ["综述","survey","find papers","文献调研","文献检索","review papers","调研"] |
| domain | academic_writing |
| version | 1.0 |
This skill helps researchers conduct comprehensive literature reviews by searching multiple academic databases and synthesizing findings.
Analyze the user's research topic and extract key concepts:
Execute searches across multiple databases:
Script: scripts/search_papers.py
Aggregate and analyze search results:
See: SEARCH_STRATEGIES.md for advanced techniques
See: SYNTHESIS_GUIDE.md for synthesis methodology
{
"query": "original search query",
"papers": [
{
"title": "Paper Title",
"authors": ["Author 1", "Author 2"],
"year": 2024,
"summary": "Brief abstract",
"url": "https://...",
"relevance": "high"
}
],
"synthesis": {
"themes": ["Theme 1", "Theme 2"],
"gaps": ["Gap 1"],
"recommendations": ["Recommendation 1"]
}
}