بنقرة واحدة
check-consistency
一致性校對 - 檢查術語使用是否一致
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
一致性校對 - 檢查術語使用是否一致
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
缺漏校對 - 檢查規則完整性
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