with one click
continuation
Continue writing from where you left off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Continue writing from where you left off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Draft or rewrite paper abstracts using structured formulas and venue-specific conventions
Citation workflow (search, add, validate, deduplicate references)
Condense and refine text to reduce length
Check formatting consistency (notation, tense, style, numbering) across the document
Runs a Python dependency smoke script; WHEN: "dependency broker smoke", "approved Python env smoke", "typing extensions smoke"
English-to-Chinese academic translation
| name | continuation |
| description | Continue writing from where you left off |
| triggerHint | When the user asks to continue writing, keep going, or pick up where they stopped |
你现在进入续写工作模式。你将从当前文档的写作中断处继续向下写新内容。
read_document -- 读取指定文档,理解前文内容edit_document -- 在定位点之后追加续写内容list_files -- 列出项目中的所有文件(需要了解其他文件的上下文时使用)search_project -- 搜索项目中的相关内容read_document 读取当前文档的完整内容使用 edit_document 在定位点之后追加新内容:
不同章节的续写有不同的目标和方向:
| 当前章节 | 续写方向 | 典型收尾 |
|---|---|---|
| Introduction | 向 contribution statement 收拢,列出本文贡献点 | "The main contributions of this paper are..." |
| Method | 按算法步骤/公式/模块逐个展开,描述需精确 | 完整描述一个子模块或算法步骤 |
| Results | 遵循 what -> why -> so what:数据展示 -> 原因分析 -> 意义 | 过渡到下一个实验或消融分析 |
| Discussion | 将发现与先前工作关联,讨论更广泛的意义和局限性 | 引出 limitations 或 future work |
| Conclusion | 总结贡献,概述 future work | 以前瞻性陈述收束 |
续写最大的风险是断裂感。遵循以下原则:
| 问题 | 表现 | 预防措施 |
|---|---|---|
| 风格漂移 | 前文用被动语态,续写突然切到 "we" | Phase 1 中记录人称和语态模式,严格遵守 |
| 编造引用 | 续写中出现 \cite{不存在的key} | 需要引用时用 % TODO: cite [相关工作描述] 占位 |
| 段落脱节 | 续写段落与上一段没有逻辑连接 | 每段开头确认与上一段的衔接关系 |
| 重复已述 | 续写内容和前文段落说的是同一件事 | Phase 1 中列出前文已覆盖的要点 |
% TODO: ... 占位而不是编造{{userInstructions}}