用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sapegin/dotfiles --skill spellcheck命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
基于 SOC 职业分类
正在显示 SKILL.md
| name | spellcheck |
| description | Proofread prose for spelling, grammar, punctuation, and clarity. |
| disable-model-invocation | true |
Proofread the supplied text. Correct spelling, tense, grammar, and punctuation. Improve clarity and readability without changing meaning or voice. Never reprint the full text until the user approves fixes in text mode.
Read and follow English writing style guide for punctuation, voice, typography, and other prose conventions.
Accept zero or one argument:
/skill:spellcheck [<file-path>]
With a file path: read that file as the proofreading target. On approved fixes, edit the file in place.
Without a file path: ask the user to paste the text. Do not proofread until text is provided. On approved fixes, reprint the full text with only those corrections applied.
Ignore text inside HTML comments (<!-- ... -->). Do not flag or rewrite fenced code blocks, inline code, URLs, file paths, or literal command output unless the error is clearly in surrounding prose.
Apply every check below. Flag only real issues — skip sentences that need no change.
Core
it, this, that, which)its/it's, affect/effect, than/then)There is, It is, In order to) when a direct rewrite is clearerAdditional checks for tech writing
click here, read more)Do not flag
Fix 1, 4, 7), apply only those corrections:
Use this structure for every finding. Replace only the placeholders.
1. {original sentence}
→
{corrected sentence}
_{brief explanation aimed at improving the user's understanding}_
2. {original sentence}
→
{corrected sentence}
_{explanation}_
Formatting rules:
→._..._.No corrections needed.After the last finding, add:
Reply with “X, Y, Z”, “fix all”, or tell me what to do.
Interpret Fix 1, 4, 7, 1, 4, 7, and apply 1 and 4 as approval to apply those numbered corrections. Interpret Fix all as approval to apply all corrections.