com um clique
check-spelling
Check and fix spelling in project source files using cSpell
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Check and fix spelling in project source files using cSpell
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.
Baseado na classificação ocupacional 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.