validate-bib

Validate Bibliography

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "validate-bib" with this command: npx skills add pedrohcgs/claude-code-my-workflow/pedrohcgs-claude-code-my-workflow-validate-bib

Validate Bibliography

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

Steps

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]

  • Extract all unique citation keys used

Cross-reference:

  • Missing entries: Citations used in lectures but NOT in bibliography

  • Unused entries: Entries in bibliography not cited anywhere

  • Potential typos: Similar-but-not-matching keys

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

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:

Slides/.tex Quarto/.qmd

Bibliography location:

Bibliography_base.bib (repo root)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

review-paper

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

data-analysis

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

create-lecture

No summary provided by upstream source.

Repository SourceNeeds Review