stage-cite-auditor

Audit citation keys, cited-work assertions, and bib hygiene against reading notes.

2|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/wanghao9610/STAGE --skill stage-cite-auditor-wanghao9610
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-cite-auditor
Source: https://github.com/wanghao9610/STAGE/tree/main/.qwen/skills/stage-cite-auditor
Command: npx skills add https://github.com/wanghao9610/STAGE --skill stage-cite-auditor-wanghao9610

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Academic manuscripts accumulate citation errors that survive to camera-ready: undefined \cite keys, claims about prior work that no reading note supports, missing citations on borrowed numbers, and duplicate or malformed bib entries. This Skill audits all of these against the manuscript, the bib, and reading notes, flagging every problem without silently patching anything. ## Core Features & Use Cases - Key Resolution: Extracts every citation command from the manuscript and diffs it both ways against manus/bibs/reference.bib, reporting undefined keys and uncited entries. - Assertion Auditing: Checks each citing sentence against reading notes in notes/refs/ or imported mates/ notes, returning supported, unsupported, or unverifiable verdicts with the note line quoted. - Missing-Citation and Hygiene Scans: Detects uncited prior-work claims, first-use method and dataset names, duplicate bib entries, missing fields, and inconsistent venue naming. - Use Case: Before submitting a paper, run the audit to produce a CITES_<date>.md report and a tasks/cites_followups.md checklist, with each fix routed to the refs curator or section drafter. ## Quick Start Run /stage-cite-auditor with an optional section name to audit the manuscript's citations and receive a report of undefined keys, unsupported assertions, and bib hygiene issues.

Frequently Asked Questions about stage-cite-auditor

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

FAQPage Schema
How do I check for undefined citation keys in a LaTeX manuscript?

Run the citation audit, which extracts every \cite, \citep, \citet, and \citealp command from the manuscript and diffs them against reference.bib. Undefined keys are reported with their locations, and uncited bib entries are listed as hygiene notes.

How to verify claims about cited papers in an academic manuscript?

Each citing sentence is checked against a reading note in notes/refs/ or an imported note under mates/. The audit returns a supported, unsupported, or unverifiable verdict per sentence, quoting the exact note line that backs or fails the claim.

Does the citation audit fix errors it finds automatically?

No, the audit is strictly read-only on the manuscript, bib, notes, and ledger. Every problem is filed as a checkbox in tasks/cites_followups.md and routed to the refs curator or section drafter for the actual fix.

Can I audit citations for only one section of a paper?

Yes, pass a section argument to narrow the assertion and missing-citation scans to that section's file and table captions. Key resolution and bib hygiene checks always run over the whole manuscript and bib regardless.

What bib hygiene problems does a citation audit detect?

The audit reports duplicate entries sharing a title or DOI under two keys, missing required fields, inconsistent venue naming, and arXiv entries where the reading note records a published version. Entries are quoted in the report for repair.