Consistency Polisher Skill

Fix LaTeX table scaling and caption styling inconsistencies across manuscripts.

334|18|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/OpenRaiser/PaperFit --skill consistency-polisher-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Consistency Polisher Skill
Source: https://github.com/OpenRaiser/PaperFit/tree/main/skills/consistency-polisher
Command: npx skills add https://github.com/OpenRaiser/PaperFit --skill consistency-polisher-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves LaTeX layout consistency defects that make a paper look visually fragmented, especially inconsistent table font sizing, mismatched image resolution/style, and non-uniform caption formatting.

Core Features & Use Cases

  • Fix C1: Table font inconsistency by removing harmful \resizebox usage and enforcing a consistent font sizing strategy (e.g., tabularx + unified \small).
  • Diagnose C2: Image resolution/style mismatch by generating per-figure guidance without modifying image files.
  • Fix C3: Caption format inconsistency by standardizing caption configuration using the caption package and removing conflicting manual caption styling.

Quick Start

Tell your agent: use the consistency-polisher skill to eliminate table/caption style inconsistencies and only provide diagnostic suggestions for any image quality/style issues it finds.

Frequently Asked Questions about Consistency Polisher Skill

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

FAQPage Schema
How do I fix inconsistent table font sizes in LaTeX?

Fix inconsistent LaTeX table fonts by removing harmful \esizebox usage and enforcing unified sizing strategies like tabularx with \small. This ensures tables maintain consistent dimensions and readability across your manuscript.

What is the best way to standardize LaTeX caption formatting across a project?

Standardize LaTeX caption formatting by applying the caption package and removing conflicting manual styling. This enforces unified caption configuration, resolving layout fragmentation caused by differing caption formats.

Why does using \esizebox break table consistency in LaTeX papers?

Using \esizebox breaks table consistency because it scales tables inconsistently, distorting font sizes. Removing \esizebox and applying a uniform font sizing strategy restores consistent table dimensions and layout.

Can I get diagnostic suggestions for image resolution mismatches without modifying files?

You can receive diagnostic suggestions for image resolution mismatches without modifying files. The tool generates per-figure guidance to address style inconsistencies while leaving actual image files untouched.

Does the Consistency Polisher Skill automatically change my LaTeX source code?

The tool minimally updates LaTeX source for style-only changes, such as adding caption or tabularx configuration. It produces a structured report detailing modified files, suggestions, and unresolved items.

What are the limitations of automated LaTeX layout repair?

Automated LaTeX layout repair focuses on style-only changes and cannot fix actual image resolution issues, offering suggestions instead. Complex layout defects may remain as unresolved items in the structured report.