원클릭으로
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