一键导入
validate-bib
Validate bibliography entries against citations in all document files (.tex, .qmd, .typ). Find missing entries and unused references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate bibliography entries against citations in all document files (.tex, .qmd, .typ). Find missing entries and unused references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | validate-bib |
| description | Validate bibliography entries against citations in all document files (.tex, .qmd, .typ). Find missing entries and unused references. |
| allowed-tools | ["Read","Grep","Glob"] |
Cross-reference all citations in lecture files against bibliography entries.
Read the bibliography file and extract all citation keys
Scan all document files for citation keys:
.tex files: look for \cite{, \citet{, \citep{, \citeauthor{, \citeyear{.qmd files: look for @key, [@key], [@key1; @key2].typ files: look for @key references (Typst uses @key syntax, no \citet/\citep distinction)#bibliography("refs.bib") or #bibliography("refs.yml") (Hayagriva format) in .typ filesCross-reference:
Check entry quality for each bib entry:
Report findings:
Slides/*.tex
Quarto/*.qmd
**/*.typ
Bibliography_base.bib (repo root)
Create new documents in any format — Beamer slides, Typst documents, or Quarto slides. Autonomous pipeline from prompt to publication-quality output.
Syntax guide and ecosystem reference for writing Typst (.typ) files. Use this skill when writing, editing, or debugging Typst documents. Covers core syntax, common errors, packages, and best practices.
Master pipeline — compile, review, fix, and finalize any document. Auto-detects format and runs the full quality loop.
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.