# brycewang-stanford--Awesome-Agent-Skills-for-Empirical-Research--skills__15-Felpix-Studios-social-science-research__skil

> Validate Bibliography

- Skill: `qhjqhj00/brycewang-stanford-awesome-agent-skills-for-empirical-re-76` (Agent Skill)
- Install (CLI): `npx skillmds@latest add qhjqhj00/brycewang-stanford-awesome-agent-skills-for-empirical-re-76`
- Raw SKILL.md: https://api.skillmd.com/api/skills/qhjqhj00/brycewang-stanford-awesome-agent-skills-for-empirical-re-76/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: qhjqhj00 (https://skillmd.com/u/qhjqhj00)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/qhjqhj00/brycewang-stanford-awesome-agent-skills-for-empirical-re-76

---


# Validate Bibliography

Cross-reference all citations in source files against bibliography entries.

## Steps

1. **Read the bibliography file** and extract all citation keys

2. **Scan all source files for citation keys:**
   - `.tex` files: look for `\cite{`, `\citet{`, `\citep{`, `\citeauthor{`, `\citeyear{`
   - `.qmd` files: look for `@key`, `[@key]`, `[@key1; @key2]`
   - Extract all unique citation keys used

3. **Cross-reference:**
   - **Missing entries:** Citations used in source files but NOT in bibliography
   - **Unused entries:** Entries in bibliography not cited anywhere
   - **Potential typos:** Similar-but-not-matching keys

4. **Check entry quality** for each bib entry:
   - Required fields present (author, title, year, journal/booktitle)
   - Author field properly formatted
   - Year is reasonable
   - No malformed characters or encoding issues

5. **Report findings:**
   - List of missing bibliography entries (CRITICAL)
   - List of unused entries (informational)
   - List of potential typos in citation keys
   - List of quality issues

## Files to scan:
```
manuscripts/**/*.tex
Quarto/**/*.qmd
```

## Bibliography location:
```
Bibliography_base.bib  (repo root)
```

