一键导入
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.