Skip to content

Chinelytra/academic-citation-audit-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Citation Audit Skill / 学术文献审查

A Claude AI skill for systematic auditing of academic manuscript references before submission.

投稿前对学术稿件参考文献进行系统性全面审查的 Claude AI Skill。

What It Does / 功能

Layer Scope
L1 Authenticity — detect fabricated/hallucinated references, verify DOIs
L2 Bibliographic accuracy — authors, year, volume, pages, journal
L3 Text–list consistency — every in-text citation ↔ reference list entry
L4 Citation appropriateness — does each citation support its claim?
L5 Formatting & versions — style uniformity, R/Python/software version match

Why This Exists / 为什么需要

AI-assisted academic writing frequently introduces hallucinated references — papers that don't exist, or DOIs that resolve to unrelated articles. This skill provides a structured, repeatable workflow to catch these and other citation errors before submission.

AI 辅助学术写作极易引入"幻觉文献"——不存在的论文或指向不相关文章的 DOI。此 skill 提供结构化、可重复的审查流程。

Structure / 结构

citation-audit-skill/
├── SKILL.md                        # Main skill instructions (bilingual)
├── LICENSE.txt                     # Apache 2.0
└── scripts/
    ├── crossref_batch_check.py     # CrossRef API batch query
    └── extract_docx.py             # Extract text from .docx manuscripts

Quick Start / 快速开始

  1. Install as a Claude skill (copy to .claude/skills/ or .agent/skills/)
  2. Open a manuscript file (.docx, .tex, .bib)
  3. Ask Claude: "Audit the references in this manuscript" or "检查这篇稿件的参考文献"

Key Features / 特色

  • Dual verification: CrossRef API + web search, never trusts a single source
  • Multi-environment: R, Python, Julia, MATLAB version checking
  • Data source coverage: MODIS, WorldClim, GBIF, GenBank, and more
  • Bilingual: Full Chinese–English support throughout

License

Apache 2.0

About

Systematic audit of academic manuscript references: authenticity, bibliographic accuracy, citation appropriateness, and software/data version consistency. A Claude AI skill. | 学术稿件参考文献系统性审查 Skill

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages