원클릭으로
check-consistency
Use when auditing terminology consistency across translated documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when auditing terminology consistency across translated documentation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when translating game content that requires cost-optimized model routing, linear workflow efficiency, and immediate formatting to avoid multi-loop review cycles
Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.
Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing.
Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.
Use when extracted rulebook markdown needs to be split into semantic documentation files and navigation. Trigger this skill from `init-doc`, future append/add-document flows, or whenever regenerated `_pages.md` source invalidates the existing chapter map. Do not use this skill for temporary translation chunking; that belongs to a separate draft-only translation workflow.
Use when performing final quality checks before publishing the documentation site. Use when all translation is complete and you need to verify titles/descriptions are translated, check for misplaced or erroneous content, and run page-reference link checks.
| name | check-consistency |
| description | Use when auditing terminology consistency across translated documentation. |
| user-invocable | true |
| disable-model-invocation | true |
Audit translated docs against glossary decisions, detect terminology drift, and produce actionable fixes.
Core principle: Validate first, fix with explicit decisions, then re-validate until clean.
$ARGUMENTS or default to all docs under docs/src/content/docs/.glossary.json and style-decisions.json exist.Run:
uv run python scripts/validate_glossary.py
uv run python scripts/term_read.py --fail-on-forbidden
Optional machine-readable output:
uv run python scripts/term_read.py --json
If glossary validation fails, stop and fix schema/data first.
Report with three groups:
Reference format:
## Consistency Report
### Missing from Glossary
- `Term` (files: path:line, path:line)
### Inconsistent Usage
- `Term`: "Translation A" (3x), "Translation B" (2x)
### Untranslated Terms
- "English" in path:line
For each issue:
uv run python scripts/term_edit.py --term "<TERM>" --set-zh "<ZH>" --status approved --mark-term
Re-run scan until no critical terminology issues remain:
uv run python scripts/term_read.py --fail-on-forbidden
Update TodoWrite statuses and close all items.
in_progress before running scripts.Stop when:
Return to Step 1 when:
Never:
If terminology is clean, continue with /check-completeness or /super-translate.
/check-consistency
/check-consistency rules