Research Writing Prompts
Overview
This skill provides a curated prompt library for academic paper writing workflows. Use it when the user wants either:
- The raw prompt template itself, ready to copy or adapt.
- A customized prompt rewritten for the user's current paper/project.
- Direct execution of the prompt logic, where Codex performs the writing task instead of only returning the prompt.
Quick Start
- Identify the task type first:
- translation
- rewriting / polishing
- shortening / expansion
- logic checking
- reviewer-style critique
- experiment analysis
- figure / table naming
- model selection
- Read references/prompt-index.md to find the right section.
- Load only the needed section from references/prompt-library.md.
- Choose one of three output modes:
prompt-only: return the best prompt template.prompt-plus-adaptation: return the source prompt plus a version customized for the user's task or paper.direct-execution: apply the prompt logic internally and return the finished writing/result.
Intent Router
Use this routing table before loading any detailed prompt section.
- If the user says
翻译,中翻英,英翻中,把这段转成英文论文, or equivalent: route to translation prompts. - If the user says
润色,重写,改写,优化表达,学术化, or equivalent: route to polish / rewrite prompts. - If the user says
缩短,压缩,扩写,补充展开: route to shortening / expansion prompts. - If the user says
逻辑不顺,帮我检查逻辑,有没有跳跃,flow: route to logic-check prompts. - If the user says
像 reviewer 一样看,审稿,挑刺,review my paper: route to reviewer-style critique prompts. - If the user says
去AI味,更自然,降低机器感: route to de-AI-tone prompts, but keep claims faithful to the evidence. - If the user says
实验分析,帮我分析结果,写实验部分: route to experiment-analysis prompts. - If the user says
图标题,表标题,画图建议,架构图: route to figure / table / diagram prompts. - If the user says
模型选择,哪个模型更好,帮我选路线: route to model-selection prompts.
If multiple intents appear together, use this priority:
- reviewer / logic diagnosis
- translation
- rewrite / polish
- shorten / expand
- experiment / figure / table support
- model selection
When the user already provides manuscript text, prefer direct-execution after routing instead of returning a long prompt block.
Task Map
- Translation:
Use
中转英,英转中, or中转中. - Rewrite / polish:
Use
缩写,扩写,表达润色(英文论文),表达润色(中文论文), or the two去 AI 味sections as needed. - Review / diagnosis:
Use
逻辑检查or论文整体以 Reviewer 视角进行审视. - Experiment writing:
Use
实验分析,论文架构图,实验绘图推荐,生成图的标题, or生成表的标题. - Research decision support:
Use
模型选择. - Skill onboarding / examples:
Use
Skills 的配置,Skills 总览, and使用场景与示例 Promptonly when the user is asking how to use the repo itself.
Usage Rules
- Prefer direct execution when the user has already supplied text, figures, tables, or a LaTeX section to edit.
- Prefer
prompt-plus-adaptationwhen the user says a prompt is useful and wants a reusable task-specific version. - Prefer
prompt-onlywhen the user explicitly asks for the template itself. - Preserve the user's target format:
- LaTeX for paper source editing.
- plain text for Word-oriented Chinese writing.
- bilingual output only when the chosen prompt requires it.
- If the user already has a fixed paper template or storyline, adapt the prompt to that context instead of returning a generic version unchanged.
For Ongoing Paper Projects
When the user is working on an active paper rather than experimenting with prompts:
- Extract the useful prompt logic from the library.
- Translate that logic into direct editing choices on the current manuscript.
- Keep claims aligned with the user's actual evidence, tables, and figures.
- Avoid returning large prompt blocks unless the user explicitly wants them.
For benchmark-style papers, prefer prompt logic that emphasizes:
- protocol control,
- claim-evidence alignment,
- clear writing boundaries,
- reviewer-facing justification,
- and distinction between recognition ranking and deployment ranking.
References
- Use references/prompt-index.md as the navigation layer.
- Use references/prompt-library.md as the source prompt library.
- Do not load the entire prompt library unless the user is explicitly asking for a broad survey of all prompts.