بنقرة واحدة
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