ワンクリックで
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.