بنقرة واحدة
check-spelling
Check and fix spelling in project source files using cSpell
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check and fix spelling in project source files using cSpell
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create a new blog post. Use this skill whenever the user asks to write, create, draft, or add a new blog post. This skill ensures the correct filename format, front matter structure, and required fields are present.
Lint project files for common issues. Run on new or changed files before committing.
Format changed files with Prettier. Run after all other changes in a prompt are complete.
استنادا إلى تصنيف SOC المهني
| name | check-spelling |
| description | Check and fix spelling in project source files using cSpell |
Run npm i from the repository root to install dependencies. Run tools using npx.
Config file: .vscode/cspell.json. Always pass --config .vscode/cspell.json.
Run npx cspell lint [options] [globs...] to check file globs or . for the full tree.
Show misspellings to the user. Prompt which words to replace. Add remaining words to the dictionary.
words array in .vscode/cspell.json.overrides[].filename glob, add words to that override's words array.// cspell:ignore <word>).Re-run the same lint command. All misspellings should be resolved.