Assist with writing sections of a research paper (Introduction, Related Work, Method, Results, Discussion, Conclusion). Leverages workspace papers for citations and evidence. Use when the user wants help drafting or revising specific paper sections.
协助用户撰写研究论文的各个章节,基于工作区中的文献提供引用支持。
用户必须指定一个 workspace(--ws NAME)。如果用户未指定:
scholaraio ws list 列出已有工作区输出写入 workspace/<name>/ 目录。
向用户确认:
在深度阅读工作区论文时,先检查论文目录下是否有 notes.md(历史分析笔记)。已有笔记可直接复用,无需重复阅读全文。
分析完成后,将新的关键发现追加到论文的 notes.md(通过 loader.append_notes())。格式:## YYYY-MM-DD | <workspace> | paper-writing。
scholaraio ws search <name> "<背景关键词>"
scholaraio show <paper-id> --layer 2 # 摘要
本质上是聚焦版的文献综述,参考 /literature-review skill 的方法,但更紧凑:
scholaraio ws search <name> "<方法关键词>"
scholaraio show <paper-id> --layer 4 # 读全文了解方法细节
images/),对比本文方法的异同,确保描述准确scholaraio ws search <name> "<实验条件>"
scholaraio show <paper-id> --layer 3 # 结论
data/papers/<dir>/images/),与用户的实验结果做定性/定量对比\cite{key} 或 (Author, Year))scholaraio usearch "<关键词>" # 全库搜索候选
scholaraio ws add <name> <paper-id> # 添加到工作区
scholaraio ws export <name> -o workspace/<name>/references.bib
workspace/<name>/ 下(如 introduction.md、related-work.md)[CITATION NEEDED] 而非编造。AI 生成文本中约 40% 的引用可能是幻觉——必须用 /citation-check 验证完成全文后,按以下 6 项逐一检查:
/citation-check 验证/writing-polish 做最终润色用户说:"帮我写 Introduction,工作区是 my-paper"
→ 扫描 ws show my-paper,了解论文方向,询问研究问题,起草 Introduction
用户说:"帮我按这篇 JFM 论文的风格写 Related Work" → 分析用户提供的范文风格,按该风格组织 Related Work
用户说:"我有实验数据,帮我写 Results 和 Discussion" → 读取数据,检索工作区中的对比文献,撰写结果分析