Citation Fixer Skill
Contract
This skill guarantees:
- Every brain page is scanned for citation compliance
- Missing citations are flagged with specific location
- Malformed citations are fixed to match the standard format
- Results reported with counts (scanned, fixed, remaining)
Phases
- Scan pages. List pages and read each one, checking for inline
[Source:...]citations. - Identify issues:
- Facts without any citation - Citations missing date - Citations missing source type - Citations with wrong format
- Fix format issues. Rewrite malformed citations to match
skills/conventions/quality.md. - Report results. Count: pages scanned, citations found, issues fixed, remaining gaps.
Output Format
Citation Audit Report
=====================
Pages scanned: N
Citations found: N
Issues fixed: N
Remaining gaps: N (pages with uncitable facts)Anti-Patterns
- Inventing citations for facts that have no source
- Removing facts that lack citations (flag them, don't delete)
- Fixing citations without reading the full page context
- Batch-fixing without checking quality (test-before-bulk convention)