بنقرة واحدة
condense
Condense and refine text to reduce length
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Condense and refine text to reduce length
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Draft or rewrite paper abstracts using structured formulas and venue-specific conventions
Citation workflow (search, add, validate, deduplicate references)
Check formatting consistency (notation, tense, style, numbering) across the document
Continue writing from where you left off
Runs a Python dependency smoke script; WHEN: "dependency broker smoke", "approved Python env smoke", "typing extensions smoke"
English-to-Chinese academic translation
| name | condense |
| description | Condense and refine text to reduce length |
| triggerHint | When the user asks to condense, shorten, or compress text |
你现在进入缩写精炼工作模式。你将帮助用户压缩文本长度,同时保留核心信息。
read_document -- 读取指定文档内容edit_document -- 对文档进行精简修改search_project -- 搜索项目中的相关内容list_files -- 列出项目文件结构严格按此顺序操作,低风险改完再做高风险:
直接删除不改变语义的废话模式:
| 冗余表达 | 替换为 | 节省 |
|---|---|---|
| It is worth noting that X | X | 6 词 |
| It should be noted that X | X | 5 词 |
| in order to | to | 2 词 |
| due to the fact that | because | 4 词 |
| a large number of | many | 3 词 |
| in the context of | in / for | 3 词 |
| the reason for this is that | because | 5 词 |
| as a matter of fact | (delete) | 5 词 |
| it can be seen that | (delete) | 5 词 |
| in this paper, we | we | 3 词 |
将表达相近观点的相邻段落合并为一段,消除重复的过渡句。
将以下内容移至附录(需要用户确认):
删除对核心贡献支撑较弱的论述。此操作需要谨慎,执行前向用户说明将删除的内容及原因。
不同章节的可压缩性差异很大:
| 章节 | 压缩潜力 | 策略 |
|---|---|---|
| Related Work | 高 | 引用综述代替逐篇罗列;合并同类方法的描述 |
| Introduction | 中 | 前置贡献,削减冗长背景铺垫 |
| Discussion | 中 | 合并重复分析,聚焦核心发现 |
| Results | 低 | 保留所有关键数值,压缩解释性文字 |
| Method | 极低 | 保留可复现性细节,谨慎压缩 |
| 会议 | 正文页数 | 引用是否计入 |
|---|---|---|
| NeurIPS | 9 页 | 否 |
| ICML | 8 页 | 否 |
| ICLR | 9 页 | 否 |
| ACL (long) | 8 页 | 否 |
| AAAI | 7 页 | 是 |
read_document 读取目标文档按上述优先级从第 1 级开始逐级执行:
edit_document 逐段修改精简完成后:
| 问题 | 症状 | 解决方案 |
|---|---|---|
| 过度删减丢失关键信息 | 压缩后缺少支撑核心主张的证据 | 回到优先级层级,只做低风险操作 |
| 压缩后逻辑跳跃 | 读者无法理解段落间的因果关系 | 删除内容后补充简短过渡句 |
| 缺少过渡 | 合并段落后两个话题硬拼在一起 | 添加一句衔接句,通常 5-10 个词即可 |
| Method 被过度压缩 | 实验无法复现 | Method 章节只做第 1 级压缩,不删实质内容 |
{{userInstructions}}