Claude Skills · Code Review & Testing

Citation Forensics

wanshuiyin/Anti-Autoresearch

Citation-integrity forensics: is every reference real, correctly attributed, and used in a context the cited work actually supports? Catches hallucinated references (no paper at the claimed arXiv id/DOI/venue, fabricated authors/year), metadata drift (wrong year/venue/version), and wrong-context citations (a real paper cited for a claim it never makes — or argues against). A hot zone for machine-generated papers. Decidable at L0 (text + canonical sources). Span-anchored to the evidence ledger (claims.json); the executor gathers canonical facts (DBLP / arXiv / DOI), then one FRESH cross-model t...

★ 149 Synced 4 hours ago View SKILL.md

At a glance

Code Review & Testing Manual install Python Actively maintained

This skill is for Code Review & Testing and helps you verify citations are real and accurate, detect hallucinated references, and catch misattributed papers.

Install git clone --depth 1 https://github.com/wanshuiyin/Anti-Autoresearch cp -r Anti-Autoresearch/skills/citation-forensics ~/.claude/skills/citation-forensics
Can use BashReadWriteSearchWebMCP

Setup, runtime and requirements describe wanshuiyin/Anti-Autoresearch, the repo this skill ships in.

citationsfact-checkingResearch IntegrityAcademic Fraud Detectionarxivdoi

Also in wanshuiyin/Anti-Autoresearch

View the repo
Adversarial Case Builder Code Review & Testing

Synthesize the single strongest EVIDENCE-BOUND reviewer case to reject a paper, built ONLY from the evidence ledger (claims.json) + the othe...

AI Style Impressions Code Review & Testing

Transparent, itemized impressions of AI-generated WRITING STYLE — the repo's ONLY non-integrity track. Two passes: a deterministic defensive...

Anti Autoresearch Presentations

End-to-end substantive-integrity forensic sweep of a research paper (especially autoresearch / AI-Scientist-style output). Orchestrates the...

Audit whether a paper's baseline comparisons are COMPLETE, FAIR, and SIGNIFICANT: a required recent SOTA baseline is missing while 'best/SOT...

Consistency Audit Documents & Spreadsheets

Flagship intra-paper self-consistency forensics: does the paper contradict ITSELF across abstract/intro/tables/body/appendix, and does the m...

Eval Design Forensics Code Review & Testing

Audit whether a paper's EVALUATION DESIGN actually measures what it claims and whether its reporting is complete — the validity layer family...

Evidence Ledger Documents & Spreadsheets

Build the deterministic evidence ledger (artifact_manifest.json + claims.json) that every other Anti-Autoresearch auditor reads. One pass in...

Experiment Forensics Code Review & Testing

Audit experiment integrity against the evidence ledger. At L2 (repo + result files present) a fresh cross-model reviewer reads the eval code...

MEMO-ONLY prior-work overlap advisory: surfaces the two ADVISORY taxonomy signals neither a tool nor a model can decide from the paper alone...

Presentation Signals Presentations

Checkable-ish surface presentation signals a reviewer notices first — duplicate/near-identical tables, leftover pipeline/template strings, t...

Proof Derivation Forensics Documents & Spreadsheets

Family-G proof & derivation integrity forensics: does a THIRD PARTY's written proof/derivation actually establish its theorem, or does it sk...

Other Code Review & Testing skills

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Migrate To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.