with one click
check-consistency
一致性校對 - 檢查術語使用是否一致
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
一致性校對 - 檢查術語使用是否一致
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
缺漏校對 - 檢查規則完整性
Initial summary - initialize the document translation project, build glossary and chapter structure
Create a new project from template and set up a GitHub repo (public or private)
PDF 遊戲規則轉換與翻譯流程。Use when processing PDF files, extracting content, splitting chapters, or translating game documentation.
用語權衡 - 術語選擇與全文替換
術語互動管理與一致性檢查。Use when creating/editing glossary terms, reading terms with site-wide validation, or making terminology decisions.
| name | check-consistency |
| description | 一致性校對 - 檢查術語使用是否一致 |
| user-invocable | true |
| disable-model-invocation | true |
Use terminology-management skill.
Read glossary.json for approved terms.
Scope: $ARGUMENTS or all files in docs/src/content/docs/**/*.md
Use script:
uv run python scripts/term_read.py
Optional JSON output:
uv run python scripts/term_read.py --json
CI gate:
uv run python scripts/validate_glossary.py
uv run python scripts/term_read.py --fail-on-forbidden
Report format:
## Consistency Report
### Missing from Glossary
- `Term` (files: path:line, path:line)
### Inconsistent Usage
- `Term`: "翻譯A" (3x), "翻譯B" (2x)
- path:line uses "翻譯A"
- path:line uses "翻譯B"
### Untranslated Terms
- "English" in path:line
For each issue, ask user:
Apply fixes with script flow:
uv run python scripts/term_edit.py --term "<TERM>" --cal
uv run python scripts/term_edit.py --term "<TERM>" --set-zh "<ZH>" --status approved --mark-term
Re-run term_read.py to confirm all issues resolved.
/check-consistency
/check-consistency rules