원클릭으로
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.