thesis-citation-extract

Extract and verify IEEE citation keys from thesis chapters using bash scripting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VictorAurelius/2026-AI-Agent-Personal --skill thesis-citation-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thesis-citation-extract
Source: https://github.com/VictorAurelius/2026-AI-Agent-Personal/tree/main/.claude/skills/quality/thesis-citation-extract
Command: npx skills add https://github.com/VictorAurelius/2026-AI-Agent-Personal --skill thesis-citation-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction and verification of citations in thesis documents, ensuring accuracy and consistency in the bibliography.

Core Features & Use Cases

  • Citation Extraction: Automatically extracts citation keys from thesis chapters.
  • Verification: Cross-references extracted citations with the canonical bibliography.
  • Use Case: Before submitting a thesis for defense, use this Skill to verify the integrity of citations, catching any broken references or missing entries.

Quick Start

Run the thesis-citation-extract skill with the chapter files from the 'thesis' directory.

Frequently Asked Questions about thesis-citation-extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate thesis citation extraction and verification before my defense?

You can automate thesis citation extraction by running this Skill on your chapter files to cross-reference extracted citation keys with your canonical bibliography, catching broken references and missing entries before submission.

Do I need bash scripting knowledge to parse IEEE citation keys from thesis chapters?

Yes, you need bash scripting and regex parsing knowledge to utilize this Skill, because it relies on these technical requirements to extract and verify IEEE citation formatting from your thesis documents.

How does this Skill handle orphan citations in a thesis bibliography?

The Skill processes thesis chapters and outputs three distinct buckets: matched citations, orphan-body citations found in text but missing from the bibliography, and orphan-bib entries listed but never cited.

Can I use this citation verification tool for non-IEEE academic formatting?

This Skill is specifically designed for IEEE citation formatting and requires knowledge of its specific structure, meaning it is not suitable for verifying non-IEEE academic citation styles like APA or MLA.

What is the best way to verify bibliography integrity across multiple thesis chapters?

The best way to verify bibliography integrity is to run the Skill with your chapter files directly from the thesis directory, allowing it to automatically extract and cross-reference all citation keys against the canonical bibliography.

Why am I getting orphan-body and orphan-bib buckets during citation extraction?

You receive orphan-body and orphan-bib buckets because the Skill separates matched citations from broken references, identifying keys present in your thesis text but missing from the bibliography and vice versa.