AgentSkillsCN

straighten-quotes

通过修复引号、撇号、破折号及双空格,清理 HTML 文本,以确保其与 CMS 兼容。

SKILL.md
--- frontmatter
name: straighten-quotes
description: Cleans up HTML text by fixing quotes, apostrophes, em dashes, and double spaces for CMS compatibility.

Instructions

When I ask you to "clean this article" or "fix formatting," perform all these steps:

  1. Replace all curly double quotes with straight double quotes.
  2. Replace all curly single quotes and apostrophes with straight single quotes.
  3. Find every long dash and replace it with two short dashes (--).
  4. Remove any double spaces between words and replace them with a single space.