一键导入
doc-check
Run format, lint, and spell check for documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run format, lint, and spell check for documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a Claude Code rule, skill, or agent — global (~/.claude) or project-local (.claude)
Code review using OpenAI Codex CLI with project context (rules, diff, conventions)
Multi-perspective code review from base branch with 3 independent reviewer agents
Analyze working tree changes, map to existing commits, and create fixup commits for autosquash
Analyze working tree changes, plan logically minimal NEW atomic commits per hunk (no fixup), and execute them
Review every commit message since base branch and add reword fixups where the message needs improvement (non-interactive)
| name | doc-check |
| allowed-tools | Bash(npx:*), Bash(deno:*), Bash(ls:*), Bash(test:*) |
| description | Run format, lint, and spell check for documentation |
deno.json or deno.jsonc exists.deno fmt "**/*.md"npx prettier --write "**/*.md"npx downloading/running an unconfigured tool). Run the enabled ones in parallel:
.textlintrc, .textlintrc.*, or a textlint key in package.json): npx --no-install textlint "**/*.md"cspell.json, .cspell.json, .cspell.jsonc, or cspell.config.*): npx --no-install cspell "**/*.md"Detect project type, run the appropriate formatter, then run only the configured checks. Summarize unique issues and note skipped checks.