con un clic
check-spelling
Check and fix spelling in project source files using cSpell
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Check and fix spelling in project source files using cSpell
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación 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.