con un clic
doc-check
Run format, lint, and spell check for documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run format, lint, and spell check for documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.