scholar-citation-verify

Solid

Four-layer citation verification for academic papers. Scans LaTeX/BibTeX files, verifies every citation via WebSearch and Google Scholar, generates verification report with fix suggestions. Triggers on "verify citations", "check references", "citation verification", "prevent fake citations", "引用验证".

AI & Automation 482 stars 62 forks Updated today

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Scholar Citation Verify Four-layer citation verification workflow for academic papers. Scans paper files, verifies every citation through WebSearch/Google Scholar/APIs, and produces a verification report with actionable fixes. ## Pre-load (before execution) 1. **Codebase docs**: If `.workflow/codebase/ARCHITECTURE.md` exists, read for project context 2. **Specs**: `maestro load --type spec --category coding` — load coding conventions 3. **Wiki knowledge**: `maestro search "academic writing research paper" --json` — top 5 entries as prior context 4. All optional — proceed without if unavailable ## Architecture Overview ``` User: "Verify citations in my paper" | v ┌──────────────────────────────────────────────────────────────┐ │ SKILL.md (Orchestrator) │ │ Collect preferences → Dispatch phases → Track progress │ └──────────┬───────────────────────────────────────────────────┘ | ┌───────┼───────────┬──────────────┐ v v v v ┌──────┐┌──────────┐┌──────────────┐ │ P1 ││ P2 ││ P3 │ │ Scan ││ Verify ││ Report │ │ & ││ 4-Layer ││ & Fix │ │Extract││ ││ │ └──┬───┘└────┬─────┘└──────┬───────┘ │ │ │ v v v citation verified report.md entries results + fixed .bib ``` ## Key Design Principles 1. **Never trust AI-generated citations**: AI citations have ~40...

Details

Author
catlog22
Repository
catlog22/maestro-flow
Created
4 months ago
Last Updated
today
Language
TypeScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

citation-integrity

Verify that a manuscript's references are real, correctly attached, un-retracted, and honestly cited — the pre-submission citation-integrity pass. Use when the user wants citations/references checked, verified, or audited ("check my citations", "verify my references", "are these citations real", "did I cite anything retracted", "integrity pass before I submit"), whether or not they use the render pipeline.

6 Updated 4 days ago
Shalice-in-AIland
AI & Automation Solid

verify

Paper-vs-code consistency audit. After research:scientist implements a method from a paper, verify the implementation matches paper claims across five dimensions — formula matching [F], hyperparameter parity [H], eval protocol [E], notation consistency [N], and citation chain [C]. Reads paper (PDF path / arXiv URL / pasted text), maps claims to codebase, emits verification table with match status and severity.

23 Updated today
Borda
AI & Automation Listed

academic-paper-verify

Thoroughly verify all code, tables, figures, modeling decisions, and quantitative claims in an academic paper against its source R scripts and output files. Use this skill whenever you need to audit, replicate, or verify an academic research paper - including cross-checking LaTeX tables against R output, validating econometric modeling choices, ensuring sample sizes are consistent, building a verification manifest, and running automated replication tests. Trigger this skill for any mention of: paper verification, replication check, table audit, code-paper consistency, reproducing results, verifying estimates, checking coefficients, or any variant of "does the paper match the code."

0 Updated today
robuxref2005