us-english-spelling-sweep
仓库创建 2026年7月26日最近提交 11 小时前SkillHot 收录 3 小时前
这个 Skill 做什么
把整个代码库的拼写统一改成美式英语,会先把发现按“影响范围”分好报出来,然后逐项确认再改,不会胡乱全局替换。适合发现单个英式拼写后想统一风格、或在发布/移交前做语言规范的场景。特点是按风险分级、先报后改、标识符重命名和字符串修改需逐一确认,避免替换引发故障。
▸ 展开 SKILL.md 英文原文
Sweep a repository to US English, sized by blast radius — every finding reported before anything changes, and identifier renames and string edits confirmed one at a time. Use when the user asks to check spelling or grammar across a repo, wants a consistent pass after spotting a single UK spelling, or is settling a project's language before a release or handoff.
0
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/writing/us-english-spelling-sweep/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/iangregsondev/agent-skills/main/skills/writing/us-english-spelling-sweep/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Sweep to US English The same misspelled word carries a different **blast radius** depending on where it sits, and find-and-replace treats them all alike — which is how a spelling fix becomes an outage. Every step below sorts findings by that radius. **Report only.** Nothing changes until it has been confirmed. ## 1. Agree the scope before reading anything Ask which of these the sweep covers, in ascending blast radius: - **Prose** — documentation and other free text a reader sees. Nothing downstream depends on it. - **Comments** — same radius as prose, but inside source files, so the diff lands in code a reviewer must read. - **Strings** — literal text in source. Safe when it renders t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有