result-figure-consistencycheck
Installation
SKILL.md
When to Use
- You converted a paper PDF to Markdown and need to verify that Results text matches figure legends (without inspecting the images).
- You want to detect missing figure references in the Results section (e.g., a legend describes an analysis not mentioned in text).
- You need to find numerical/label mismatches (e.g., group names, time points, units, n-values) between Results paragraphs and legends.
- You are preparing a revision and want an actionable discrepancy list down to the panel/sub-figure level.
- You need standardized outputs (Markdown report + CSV) for editorial or QA workflows.
Key Features
- Compares Results descriptions vs figure legend text using the PDF-to-Markdown source (including
## Page XXmarkers). - Produces:
- A Markdown consistency report (UTF-8).
- A CSV issue list (UTF-8) with structured fields for tracking and revision.
- Enforces a template-based report format using
assets/consistency_template.md. - Uses a rule/checklist reference from
references/guide.md. - Text-only validation: does not read figure images and does not infer visual content.