ワンクリックで
validate-bib
Validate bibliography entries against citations in all lecture files. Find missing entries and unused references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate bibliography entries against citations in all lecture files. Find missing entries and unused references.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Sync the overleaf/ folder with the current content of paper/. Copies all LaTeX source, figures, tables, appendix, and bibliography. Puts the model section as overleaf/model.tex (top-level) for easy coauthor access. Run whenever paper/ changes and you want to push to Overleaf.
RA onboarding audit — explore all project folders and code, inspect data files directly, and produce a structured project-state document that enables a clean restart. Use at the start of a project hand-off or when picking up work from multiple prior contributors.
Full bibliography audit for an academic paper. Verifies every citation is (1) structurally correct in the .bib file, (2) actually cited in the paper, and (3) a real publication — author names, year, journal, and title verified via web search. Flags hallucinated or inaccurate references.
Design identification strategy by dispatching the causal-strategist agent (proposer) and identification-critic agent (critic). Produces strategy memo, pseudo-code, robustness plan, and falsification tests. Use when asked to "identify the effect", "design the strategy", or "write the strategy memo".
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.
Show the current research pipeline status for the active project, or display the pipeline guide for a specific project type. Reads the research spec, research journal, and active plans to determine phase, scores, and next steps.
| name | validate-bib |
| description | Validate bibliography entries against citations in all lecture files. 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 lecture files for citation keys:
.tex files: look for \cite{, \citet{, \citep{, \citeauthor{, \citeyear{.qmd files: look for @key, [@key], [@key1; @key2]Cross-reference:
Check entry quality for each bib entry:
Report findings:
Slides/*.tex
Quarto/*.qmd
paper/references.bib (repo root)