en un clic
doc-check
Run format, lint, and spell check for documentation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run format, lint, and spell check for documentation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.