compile | Thesis build fails or toolchain is unclear | uv run python $SKILL_DIR/scripts/compile.py main.tex | references/modules/compile.md |
format | User asks about thesis formatting, formula layout/line breaks, or GB/T 7714 layout | uv run python $SKILL_DIR/scripts/check_format.py main.tex | references/modules/format.md(已知模板时改读 templates/<template>.md,如 thuthesis、pkuthss、generic) |
structure | Need chapter/section map or thesis skeleton overview | uv run python $SKILL_DIR/scripts/map_structure.py main.tex | references/writing/structure-guide.md |
consistency | Terms, abbreviations, or naming drift across chapters | uv run python $SKILL_DIR/scripts/check_consistency.py main.tex --terms | references/modules/consistency.md |
template | Need to identify or validate thesis class/template | uv run python $SKILL_DIR/scripts/detect_template.py main.tex | references/modules/template.md |
bibliography | GB/T 7714 or BibTeX validation | uv run python $SKILL_DIR/scripts/verify_bib.py references.bib --standard gb7714 | references/modules/bibliography.md |
title | Optimize Chinese thesis titles and chapter/section title architecture | uv run python $SKILL_DIR/scripts/optimize_title.py main.tex --check --headings | references/modules/title.md |
deai | Reduce AI-writing traces in visible Chinese prose | uv run python $SKILL_DIR/scripts/deai_check.py main.tex --section introduction | references/modules/deai.md |
logic | Check logical coherence, introduction funnel, heading lead-ins, lit review quality, chapter mainline, and cross-section closure; intro mainline checks (--intro-mainline) | uv run python $SKILL_DIR/scripts/analyze_logic.py main.tex | references/modules/logic.md |
literature | 文献综述像流水账、缺少比较分析、研究空白没有被自然推出;绪论引用数量/堆引/年份分布诊断(--intro-citations) | uv run python $SKILL_DIR/scripts/analyze_literature.py main.tex --section related | references/modules/literature.md |
experiment | Review experiment chapter language, discussion layering, and conclusion completeness | uv run python $SKILL_DIR/scripts/analyze_experiment.py main.tex | references/modules/experiment.md |
references | Cross-reference integrity: undefined \ref, unreferenced labels, missing captions, numbering gaps | uv run python $SKILL_DIR/scripts/check_references.py main.tex | references/modules/references.md |
tables | 表格结构校验、三线表生成、booktabs 检查 | uv run python $SKILL_DIR/scripts/check_tables.py main.tex | references/modules/tables.md |
abstract | 摘要五要素结构诊断与字数校验 | uv run python $SKILL_DIR/scripts/analyze_abstract.py main.tex --lang zh | references/modules/abstract.md |
spec-check | 定稿对照学校规范清单逐项终检(毕业前格式自查) | uv run python $SKILL_DIR/scripts/check_spec.py main.tex --template yanshan --degree doctor | references/modules/spec-check.md |
blind-review | 盲审送审前个人信息隐匿检查与盲审版生成 | uv run python $SKILL_DIR/scripts/blind_review.py main.tex --check | references/modules/blind-review.md |