cite-review

cite-review is a skill for Claude Code from yqi96/warranted. It costs 52 tokens per session (1,601 once invoked), scanned A, original, MIT.

A checking process for citations in LaTeX manuscripts. LaTeX is a markup system commonly used to write scientific papers.

In plain words
What is it for?
Use it to review every citation tied to a numbered statement and correct the statement, rewrite the paper text, or flag unresolved gaps.
Why use it?
It finds citations whose surrounding claims say more, less, or something different from the cited paper.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the warranted plugin — 7 skills, 8 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to review every citation tied to a numbered statement and correct the statement, rewrite the paper text, or flag unresolved gaps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yqi96/warranted/cite-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yqi96/warranted --skill cite-review
Clone the repo
git clone --depth 1 https://github.com/yqi96/warranted

Made for: Claude Code.

Or install warranted, the plugin that ships this one along with the rest of its 7 skills, 8 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cite-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/yqi96/warranted/cite-review/github.svg)](https://agentmods.dev/skills/yqi96/warranted/cite-review)
Your own site
<a href="https://agentmods.dev/skills/yqi96/warranted/cite-review"><img src="https://agentmods.dev/badge/skills/yqi96/warranted/cite-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cite-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/yqi96/warranted/cite-review"><img src="https://agentmods.dev/badge/skills/yqi96/warranted/cite-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,601 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01601
Opus 5 $0.00026 $0.00800
Sonnet 5 $0.00010 $0.00320
Haiku 4.5 $0.00005 $0.00160

Measured 9d ago against content hash fcc698df0cba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

cite-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cite-review/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Goal

Every \cite{statement_N} in the tex must faithfully represent the content of Statement N. A citation that overstates, understates, or mischaracterises what the Statement says is a citation error.

Done means: every citation has been reviewed; every mismatch has been resolved by either (a) creating a corrected Statement and updating the citation, or (b) rewriting or removing the offending LaTeX. Consequences this skill cannot close on its own — a Claim reverted to proposed, a stale compile — are named as open gaps, not silently left.

Phase 1 — Extract In Resident Context

Identify the .tex file(s). If the user did not specify a path, find .tex files in the project directory.

Scan the tex for every \cite{...} containing statement_N keys. A single \cite{} may carry multiple keys, e.g. \cite{statement_1, statement_3}. For each key in each cite, emit one tuple (statement_id, file_path, line_number) — a flat list, one entry per statement per cite occurrence. Do not read surrounding text, call get_node, or open any PDF here. Hand the list to Phase 2.

Phase 2 — Parallel per-cite review

Delegate one bounded review per (statement_id, file_path, line_number) tuple, all in parallel. Each review is self-contained and answers a single question: does the citing sentence faithfully represent Statement N?

The check:

  • Extract the sentence(s) carrying the factual claim this cite supports as latex_claim — enough that the assertion is unambiguous. If the \cite{} lists multiple keys, this review still judges only statement_id; siblings share the same latex_claim.
  • Compare latex_claim against Statement N's content. Faithful means the LaTeX makes no stronger, weaker, or categorically different claim than the Statement; paraphrase is fine, mischaracterisation is not.
  • If faithful → MATCH.
  • On mismatch, read the Statement's attached paper and determine whether latex_claim is directly extractable — in text, a table, or a figure — without inference or aggregation.

Read the full file on GitHub · 111 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 111 lines · 52 tokens per session scan A fcc698df0cba

Subscribe to this mod's changes

cite-review is a skill published in the GitHub repository yqi96/warranted (2 stars, last pushed 7d ago), licensed MIT. It adds 52 tokens to every session and 1,601 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

proof-checker

A mathematical proof review and repair workflow for LaTeX documents. It checks whether a proof has valid reasoning, addresses identified gaps, reviews the fixes, and produces an audit report.

wanshuiyin/Auto-claude-code-research-in-sleep · 87 tokens

auto-paper-improvement-loop

An automated editing cycle for a compiled research paper: an external language model reviews it, fixes are applied, and the paper is compiled again.

wanshuiyin/Auto-claude-code-research-in-sleep · 67 tokens

paper-write

A workflow for writing a research paper section by section in LaTeX, a text format used to prepare structured technical documents. It starts from a paper outline and supports several academic venues and citation sources.

wanshuiyin/Auto-claude-code-research-in-sleep · 50 tokens

research-lit

Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.

wanshuiyin/Auto-claude-code-research-in-sleep · 48 tokens

paper-illustration

A workflow for generating academic illustrations, such as architecture diagrams and method visuals, with image generation and repeated review. Claude plans and checks the figure during the process.

wanshuiyin/Auto-claude-code-research-in-sleep · 67 tokens

experiment-bridge

A workflow that turns an experiment plan into code, reviews the code, runs an initial check, deploys experiments, and collects early results. Deployment means sending the experiment to the environment where it will run, such as a GPU machine.

wanshuiyin/Auto-claude-code-research-in-sleep · 74 tokens