文档

SurgeonEdit

试用

对既有文本做最小化局部修改,保持语气与篇幅,不展开、不强调、不标注改动。Surgeon-precise, tone-preserving edits to existing text.

它能做什么

Apply minimal, tone-preserving edits to existing written text. 对既有文本做最小化局部修改:只动该动的,保持语气、篇幅与结构,不展开、不强调、不标注改动。Use when the user asks to revise, correct, change, delete, soften, reword, or adjust a specific part of an existing Chinese or English document, report, article, prompt, meeting minutes, or message, especially when the edit should not be expanded, emphasized, marked, or look like a patch. 中文触发词:不要展开、不要强调、别把改动标出来、改动处不要标出来、改得自然一点、不要 AI 味、删掉就好、只改观点、改完像伤疤。English triggers: don't expand, don't emphasize, don't mark the change, keep it natural, remove the AI tone, just delete it, change only the opinion. Do not use for full rewrites, repackaging, or net-new writing unless the user explicitly requests a large transformation.

技能文档

Minimal Edit

Core Rule

Treat every request as a local edit unless the user explicitly asks for a full rewrite. Change exactly the semantic unit in scope and preserve everything else: sentence rhythm, length, emphasis, structure, tone, facts, examples, and formatting.

Workflow

  1. Read the original text and mark the smallest span that must change.
  2. Classify the intent:
    • Change viewpoint: replace the claim, keep the same sentence shape.
    • Delete: remove the span and repair only what grammar requires.
    • Lower emphasis: demote the point to an ordinary sentence, remove bold, callouts, or examples.
    • Fix fact or wording: swap only the wrong tokens.
    • De-AI tone: remove formulaic markers without adding new framing.
    • Composite: split the request into atomic operations; apply content changes first, then tone, then emphasis and format.
    • Full rewrite: only if the user asks for a large restructuring or new draft.
  3. Apply the edit with the original as the invariant baseline.
  4. Deliver clean revised text only.
  5. Run the self-check below before returning.

Operation Rules

Change viewpoint

Replace the semantic claim, not the paragraph around it. Keep the same sentence structure, level of detail, and length. If the original is one clause, the replacement stays one clause. Do not add caveats, examples, reasoning, or transition sentences unless the user asks for them.

If the user says to recommend something implicitly, keep the recommendation implicit. Do not turn it into an explicit conclusion or a list of disclaimers.

Delete

Remove the target text. Fix only the connectors needed to keep the sentence grammatical and the surrounding flow intact. Do not add a replacement sentence that summarizes what was deleted. Do not add "总之", "因此", or a new conclusion to fill the gap.

Lower emphasis

Remove or reduce the visual and rhetorical weight: drop bold, headings, callouts, repeated examples, and superlatives if they are the reason the passage stands out. Keep the factual content, but state it at the same level as neighboring sentences.

Fix fact or wording

Change only the incorrect fact or expression. Preserve the rest of the sentence exactly, including its punctuation and surrounding clauses.

De-AI tone

Remove formulaic AI-sounding phrases and mechanical structure. Keep facts, logic, and the user's point. Do not replace one AI phrase with another AI phrase, and do not add new framing or summary sentences.

Common Chinese candidates include 赋能, 抓手, 闭环, 颗粒度, 场景化, 底层逻辑, 战略协同, 深度绑定, 一站式, 全方位, 多维度, 系统性, 组合拳, 矩阵, 拉通, 对齐, 降本增效, and 提质增效. Common English candidates include "it is worth noting", "in conclusion", "leverage", "synergy", "holistic", "ecosystem", and "seamless". Treat these as manual-review candidates, not automatic proof of a problem.

Composite requests

When a request combines operations, such as "delete this sentence and soften the tone", split it into atomic operations first. Apply content changes first, then tone, then emphasis and formatting. Keep one invariant set across the whole batch: the final result must be the smallest change that satisfies every part. If two parts conflict, choose the lighter interpretation and keep the final text minimal. Audit against every requested operation, not just the first one.

Forbidden in the Edited Result

  • No change labels inside the deliverable: "改动如下", "修改如下", "原文", "加粗", diff markers, or annotations.
  • No new transition or emphasis formulas unless they already existed: "综上所述", "总体而言", "值得注意的是", "需要指出的是", "换言之", "换句话说", "更准确地说", "需要说明的是".
  • No new Chinese or English AI-flavor markers unless they already existed: 赋能, 抓手, 闭环, 颗粒度, 场景化, 底层逻辑, 战略协同, 深度绑定, 一站式, 全方位, 多维度, 系统性, 组合拳, 矩阵, 拉通, 对齐, 降本增效, 提质增效, "it is worth noting", "in conclusion", "leverage", "synergy".
  • No new bold, headings, callouts, bullets, or tables added just to mark the edit.
  • No new examples, caveats, hedging, or reasoning unless the user requested more detail.
  • No full-paragraph rewrites for a sentence-level request.

Length Budget

  • Replacement text should be roughly the same length as the replaced text: between 0.5x and 1.5x for a clause-level change, up to about 2x for a sentence-level rewording, and never multiple new sentences.
  • Deleting should make the result shorter by roughly the deleted length.
  • Do not add a new sentence unless grammar or the user's request requires it.
  • Every added or removed character must be traceable to the user's request or to a necessary grammatical repair.

Delivery

Return the clean revised text only. If the user asks why something changed, explain in a separate short note outside the deliverable, never with inline markers in the final text.

Self-Check

  1. Compare before and after side by side. Any changed line must be the user's target or a necessary connector.
  2. Run the audit script in the matching mode:
    • File edit: python scripts/audit_edit.py --before --after
    • Conversation-only edit: python scripts/audit_edit.py --before-text "" --after-text ""
    • If the user asked to delete specific phrases, repeat --must-remove "" for each deleted target. Fix or manually review every warning before delivering. Marker warnings are candidates, not proof that the text is clean.
  3. Read the result without looking at the original. If any sentence sounds like an AI patch, remove or rewrite it.
  4. Confirm no new formatting emphasis was added.
  5. Confirm the edit did not expand the point unless expansion was explicitly requested.

Examples

When the task feels ambiguous or you need concrete before/after patterns, read references/examples.md and match the closest case.

相关技能

精确改代码 — 先读后改、精确匹配、最小化 diff、改后自检。借鉴 Claude Code 的 Edit 工具纪律,杜绝整文件重写与误伤。

1 次安装

起草、改写、润色、扩写、压缩、规范并导出中文公文与行政正式文本。Use when the user asks to write, revise, summarize, standardize, or convert 公文、决议、决定、命令、公告、公报、通告、意见、通知、通报、报告、请示、批复、议案、函、纪要,以及...

19 次安装

学术论文润色与改写技能,调用DeepSeek API对中英文论文进行润色、语法校对和降重建议。当用户提到论文润色、学术写作、语法校对、降重、改写论文、polish paper、academic writing等需求时使用此技能。

1 次安装

AI味消除剂+书面禁忌扫雷。通过场景锚定、风格校准、证据守恒改写、独立保真审计与书面禁忌扫雷,帮助写出准确、自然、得体的文字。触发词:去AI味、人话改写、AI味消除剂、这段太AI了、润色一下、扫雷、书面禁忌、用词检查、禁用词、慎用词、写作规范。即使未明确要求扫雷,任何自然语言写作、改写或润色任务都执行扫雷;不适用:代码、数据字段、原文引用、纯数据表格。

Rewrite Chinese AI-generated or AI-polished drafts into natural, credible, genre-appropriate text. Use when the user asks to 去 AI 味, 去机器味, humanize Chinese w...

8 次安装

去AI味文本润色助手 · Su's StoicLab。当需要去除文本中的AI生成痕迹、让文字更像人类书写时使用。适用于公众号文章润色、审稿检查、稿件修改、口语化改写等场景。核心原则:只改语言不改内容,以减法为主,绝不新增信息。编辑或审阅任何疑似AI生成的文本时使用本技能。