skills/35-bahayonghang-academic-writing-skills/skills/latex-thesis-zh/SKILL.md
Chinese LaTeX thesis assistant for existing .tex degree thesis projects (XeLaTeX/LuaLaTeX/latexmk). Use this skill whenever a user works on a Chinese master's or doctoral thesis needing compilation, GB/T 7714 bibliography checks, chapter structure mapping, template detection (thuthesis, pkuthss), terminology consistency, logic coherence review, heading lead-in checks, title optimization, de-AI editing, experiment chapter review, three-line table validation, or abstract structure diagnosis. Trigger even for single issues like "帮我编译论文", "检查国标格式", "看看绪论逻辑", "毕业论文", "学位论文", "硕士/博士论文", "三线表", "检查摘要", or "摘要结构".
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research latex-thesis-zhInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用此 skill 处理已有中文 LaTeX 学位论文项目中的定向问题。保持低摩擦:先判断最小匹配模块,再运行对应脚本,最后以论文审阅友好的格式返回问题和建议。
当用户拥有一个现有中文 .tex 学位论文项目,并希望你帮助处理以下任务时使用本 skill:
即使用户只提到单一问题,例如“帮我判断是不是 thuthesis”“检查绪论逻辑”或“按 GB/T 7714 看参考文献”,也应触发本 skill。
不要将此 skill 用于:
paper-audit)latex-paper-en)| Module | Use when | Primary command | Read next |
| --- | --- | --- | --- |
| 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 or GB/T 7714 layout | uv run python $SKILL_DIR/scripts/check_format.py main.tex | references/modules/FORMAT.md |
| structure | Need chapter/section map or thesis skeleton overview | uv run python $SKILL_DIR/scripts/map_structure.py main.tex | references/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 titles | uv run python $SKILL_DIR/scripts/optimize_title.py main.tex --check | 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 | uv run python $SKILL_DIR/scripts/analyze_logic.py main.tex --section related | references/modules/LOGIC.md |
| experiment | Review experiment chapter language, discussion layering, and conclusion completeness | uv run python $SKILL_DIR/scripts/analyze_experiment.py main.tex --section experiments | references/modules/EXPERIMENT.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 |
main.tex。--section SECTION,当用户只关注某一章或某一节。thuthesis、pkuthss 或特定高校要求。如果参数不完整,只追问入口 .tex 文件和目标模块,不额外扩展问题。
% MODULE (L##) [Severity] [Priority]: ...\cite{}、\ref{}、\label{}、数学环境、参考文献键和模板宏命令。$ARGUMENTS for entry file and module. If missing, ask for the thesis .tex entry file and target module.uv run python ....% Module (L##) [Severity] [Priority]: .... Report exact command and exit code on failure.template first, then structure.\cite{}, \ref{}, \label{}, math blocks, or bibliography keys unless explicitly asked.references/COMPILATION.md: compilation strategy and toolchain diagnosis.references/GB_STANDARD.md: GB/T 7714 and bibliography-related checks.references/STRUCTURE_GUIDE.md: thesis structure expectations and chapter mapping.references/LOGIC_COHERENCE.md: logic, coherence, heading lead-ins, consistency, and literature-review expectations.references/TITLE_OPTIMIZATION.md: Chinese academic title heuristics.references/DEAI_GUIDE.md: de-AI review heuristics.references/modules/EXPERIMENT.md: experiment-chapter review criteria.references/UNIVERSITIES/: school/template-specific constraints after template detection.只读取当前模块所需的参考文件,避免一次加载整套指南。
main.tex 为什么 XeLaTeX 一直编译失败,并判断是不是 thuthesis 模板。”tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.