원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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.