check-review-alignment

Verify citation alignment in LaTeX review manuscripts and fix fatal mismatches.

2.6k|247|Updated Feb 12, 2024
One-click install
npx skills add https://github.com/huangwb8/ChineseResearchLaTeX --skill check-review-alignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-review-alignment
Source: https://github.com/huangwb8/ChineseResearchLaTeX/tree/main/skills/check-review-alignment
Command: npx skills add https://github.com/huangwb8/ChineseResearchLaTeX --skill check-review-alignment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires systematic-literature-review, and includes scripts (resource) components.

What problem does it solve?

This Skill helps researchers ensure citations in LaTeX review documents actually reflect the cited literature, focusing on fatal errors and providing minimal, traceable edits.

Core Features & Use Cases

  • AI-driven detection of citation mismatches and contradictions.
  • Minimal-edit policy: only modify sentences that contain the problematic citation; preserve LaTeX commands.
  • Optional rendering: reuse existing rendering skill to produce PDF/Word for final reports and proofs.

Quick Start

To start, place the {theme}_review.tex and {theme}.bib in a directory and run the skill to generate a structured ai_alignment_input.json. Then use the render option to create PDF/Word. Note: ensure the systematic-literature-review dependency is installed for rendering.

Frequently Asked Questions about check-review-alignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify citation alignment in a LaTeX review manuscript?

To verify citation alignment in a LaTeX review manuscript, run this skill on a directory containing your *_review.tex and *.bib files to automate AI-driven detection of citation mismatches and contradictions.

What is AI-assisted citation hygiene for scholarly reviews?

AI-assisted citation hygiene is the process of detecting fatal citation mismatches in scholarly documents and applying minimal, traceable edits to problematic sentences while preserving original LaTeX commands.

Do I need the systematic-literature-review skill to check BibTeX references?

Yes, you need the systematic-literature-review dependency installed to enable PDF or Word rendering and to properly structure the input packaging required for the AI-driven analysis.

How do I generate a structured input file for AI document integrity analysis?

To generate a structured input file for AI document integrity analysis, place your {theme}_review.tex and {theme}.bib in a directory and run the skill to produce the ai_alignment_input.json file.

Will fixing citation mismatches alter my original LaTeX formatting?

Fixing citation mismatches will not alter your original LaTeX formatting because the skill applies a minimal-edit policy that only modifies sentences containing the problematic citation while preserving LaTeX commands.