format-check

Check LaTeX and Word academic manuscripts for formatting and reference consistency.

4|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/hisazumi/paper-review-skills --skill format-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: format-check
Source: https://github.com/hisazumi/paper-review-skills/tree/main/skills/format-check
Command: npx skills add https://github.com/hisazumi/paper-review-skills --skill format-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the assessment of academic manuscripts for formatting and style, catching missing sections, inconsistent references, cross-reference issues, and table/figure numbering before submission. It supports LaTeX (.tex) and Word (.docx) documents, making final polishing faster and less error-prone.

Core Features & Use Cases

  • Document-wide format checks for LaTeX and Word, including missing sections, figure/table numbering, citation consistency, and cross-reference integrity.
  • Support across document types: theses, journal articles, and conference papers, regardless of discipline.
  • Use case: a near-final manuscript with mixed section completeness and inconsistent references can be scanned to produce a prioritized, action-ready fix list.

Quick Start

Run the format-check on a single file: /format-check paper.tex Or scan a directory: /format-check ./papers Optional: specify a terms file for consistency checks: /format-check --terms terms.txt

Frequently Asked Questions about format-check

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

FAQPage Schema
How do I check LaTeX and Word documents for missing sections and citation format consistency?

You can check academic manuscripts by running an automated format check that parses LaTeX and Word documents to detect missing sections, inconsistent citation formats, and cross-reference integrity issues, producing an action-ready fix list.

What is the best way to detect inconsistent figure and table numbering in academic papers?

The best way to detect inconsistent figure and table numbering is to run an automated document-wide format check that parses your manuscript and reports cross-reference and numbering errors before submission.

Can I check formatting across a directory of LaTeX and Word files at once?

Yes, you can scan an entire directory of LaTeX and Word files at once by passing the directory path to the format check command, which will parse all supported documents and aggregate the formatting errors.

Does this format check work for both thesis and conference paper submissions?

Yes, the format check works across theses, journal articles, and conference papers regardless of discipline, applying automated parsing to ensure manuscripts meet formatting and style requirements before submission.

How do I enforce specific terminology consistency when proofreading an academic manuscript?

You can enforce terminology consistency by specifying a terms file as an optional argument during the format check, allowing the automated parser to flag deviations from your defined academic vocabulary.

What are the limitations of using automated parsing for academic proofreading?

Automated parsing limitations include focusing strictly on structural formatting, citation consistency, and cross-reference integrity rather than evaluating the academic content, logical flow, or subjective writing quality of the manuscript.