一键导入
add-to-wordlist
Add a term to the spell check wordlist when pyspelling fails in CI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a term to the spell check wordlist when pyspelling fails in CI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | add-to-wordlist |
| description | Add a term to the spell check wordlist when pyspelling fails in CI |
| disable-model-invocation | true |
Usage: /add-to-wordlist
Steps:
If no word provided, ask the user which term the spell checker rejected (shown in CI logs as "Misspelled word").
Add the word (lowercase) to .wordlist.txt — one word per line, keep alphabetical order.
Check dictionary.dic — it uses Aspell format where the first line is a word count. If you add a word there too, increment the count on line 1.
Show a diff of changed files.
Remind the user to verify locally before pushing:
pyspelling -c .spellcheck.yml