| name | variant-word-suggest |
| description | Suggest preferred forms for variant words. / 提供异形词的推荐词形。 |
| metadata | {"builtin_skill_version":"0.1.0","copaw":{"emoji":"📚","requires":{}}} |
variant-word-suggest
Purpose / 目标
Identify variant word forms and suggest a consistent preferred form for editorial quality.
识别异形词并给出一致的推荐词形,提升文稿规范性。
When to use / 何时使用
- "Normalize variant words in this section."
- "这章里异形词要统一一下。"
- "Need term consistency before publication."
Inputs / 输入
- text: required
- style_target: optional, modern or academic or publishing
- preserve_quote: optional, true or false
Output / 输出
- normalization_list: source form and suggested form
- consistency_summary: repeated terms and chosen canonical form
- exceptions: terms intentionally kept
Boundaries / 边界
- Do not rewrite quoted historical forms by default.
- Do not change specialized terms without explicit confidence.
- If multiple valid standards exist, present options.
Execution Guidance / 执行指引
- Extract candidate variant words.
- Cluster same-meaning forms.
- Propose canonical form based on target style.
- Output replacements and exceptions.
Prompt Contract / 提示约定
- Keep terminology decisions transparent.
- Prefer consistency and traceability.
Example I/O / 示例输入输出
Input example:
- task: "Apply this skill to the provided text block"
- constraints: "Keep original intent and only apply necessary changes"
输入示例:
- 任务:"对给定文本应用本技能"
- 约束:"保持原意,仅做必要修改"
Output example:
- result: concise, structured outcome
- highlights: key findings and priority actions
- follow_up: unresolved items for human review
输出示例:
- 结果:结构化且简洁的处理结果
- 重点:关键发现与优先处理项
- 后续:需人工确认的未决事项