Figure and Table Auditor
Heritage and scope
This is an original Open Science Skills workflow for manuscript QA. It remixes general figure/table and citation-compliance ideas from Cheng-I Wu's Academic Research Skills for Claude Code (CC BY-NC 4.0), but is rewritten for open-science social-science manuscripts. It is not a visual hallucination engine: when a claim requires reading plotted values from an image, prefer source data or mark the issue as needing author verification.
This is the end-stage auditor. For figure design and production guidance during drafting, use the figures skill; for table design, use the tables skill. Run figure-table-audit once the figure and table set is stable and you are preparing for submission.
Instructions
1. Orient before auditing
Identify:
- Manuscript source and compiled output, if any.
- Figure directory, table files, appendix/SI files, and build command.
- Target journal or style guide.
- Whether figures are generated from code, manually edited, or exported from software.
- Whether source data for figures/tables are available.
If only a PDF is available, state that cross-reference and value checks are lower confidence.
2. Inventory figures and tables
Build an inventory with:
- Figure/table number or label.
- File path or source location.
- Caption/title.
- First in-text callout.
- Appendix/SI location if applicable.
- Producing script or data source, if visible.
Check:
- Every in-text callout resolves to an existing figure/table.
- Every figure/table is called out in text before or near appearance.
- Numbering is gap-free and not duplicated.
- Main-text and SI labels do not collide.
- LaTeX/Markdown references compile without unresolved labels.
3. Check text-to-evidence consistency
For each figure/table used to support a substantive claim:
- Match the in-text claim to the exact row, column, panel, model, or plotted quantity.
- Verify direction, magnitude, uncertainty, subgroup, and denominator.
- Check whether text overstates non-significant or imprecise estimates.
- Check whether figure/table notes disclose model specification, N, weights, fixed effects, clustering, and missing-data handling.
- For experimental papers, check ITT vs per-protocol labeling, attrition-by-arm, baseline balance, and CONSORT/sample-flow consistency.
Do not infer exact values by eyeballing a plot unless the figure encodes labeled values. If source data are unavailable, write VISUAL READ ONLY - AUTHOR VERIFY.
4. Audit captions and notes
Captions and table notes should let a reader understand the evidence without hunting:
- Figure caption states what is plotted, units, sample, uncertainty interval, and panel meanings.
- Table title states the estimand or model family, not only "Results."
- Table notes define dependent variable, treatment/condition coding, omitted categories, controls, fixed effects, clustering, weights, and significance markers.
- All abbreviations are defined on first use.
- All transformations, scales, and index directions are explicit.
- Any data exclusions or subgroup restrictions are named.
For conjoint, list-experiment, topic-modeling, text-classification, and OCR studies, invoke or recommend the relevant sibling skill when table/figure interpretation depends on method-specific standards.
5. Check accessibility and production quality
Flag:
- Color palettes not interpretable in grayscale or by color-blind readers.
- Low-resolution or rasterized text in vector outputs.
- Axis labels too small or missing units.
- Legends that obscure data or use ambiguous labels.
- Inconsistent decimal precision.
- Overcrowded tables that should move to SI.
- Missing alt text when the target venue requires it.
- Non-reproducible manual edits that are not documented.
6. Audit SI and replication linkage
Check whether:
- Main-text claims that point to SI land on the correct appendix/table/figure.
- SI numbering and captions are internally consistent.
- Each main figure/table can be traced to a script or documented manual step.
- Replication README maps outputs to scripts and data files.
- Figure/table source data are archived or clearly restricted.
Output
Produce a Figure and Table Audit Report:
# Figure and Table Audit Report
Scope:
Inputs checked:
Build/source status:
Summary: <N blocking, N recommended, N minor, N author-verification>
## Inventory
| ID | Path/location | Caption/title | First callout | Source/script |
## Blocking Issues
| Location | Figure/table | Issue | Evidence | Fix |
## Recommended Fixes
| Location | Figure/table | Issue | Fix |
## Minor / Production Issues
| Figure/table | Issue | Fix |
## Author Verification Needed
| Figure/table | Why verification is needed |
## Readiness Checklist
| Dimension | PASS/FAIL/PARTIAL/NA | Notes |
Severity:
- Blocking: missing figure/table, wrong referenced value, denominator mismatch, unresolved label, table contradicts text, missing sample-flow evidence for experimental paper, or non-reproducible main result output.
- Recommended: incomplete notes, unclear captions, missing units, missing source script, accessibility problem, imprecise uncertainty reporting.
- Minor: style, spacing, decimal precision, typography, cosmetic consistency.
Quality checks
1---2name: figure-table-audit3description: Audit figures, tables, captions, cross-references, and statistical notes.4---5
6# Figure and Table Auditor
7
8## Heritage and scope
9
10This is an original Open Science Skills workflow for manuscript QA. It remixes general figure/table and citation-compliance ideas from Cheng-I Wu's *Academic Research Skills for Claude Code* (CC BY-NC 4.0), but is rewritten for open-science social-science manuscripts. It is not a visual hallucination engine: when a claim requires reading plotted values from an image, prefer source data or mark the issue as needing author verification.
11
12This is the **end-stage** auditor. For figure design and production guidance during drafting, use the `figures` skill; for table design, use the `tables` skill. Run `figure-table-audit` once the figure and table set is stable and you are preparing for submission.
13
14## Instructions
15
16### 1. Orient before auditing
17
18Identify:
19
20- Manuscript source and compiled output, if any.
21- Figure directory, table files, appendix/SI files, and build command.
22- Target journal or style guide.
23- Whether figures are generated from code, manually edited, or exported from software.
24- Whether source data for figures/tables are available.
25
26If only a PDF is available, state that cross-reference and value checks are lower confidence.
27
28### 2. Inventory figures and tables
29
30Build an inventory with:
31
32- Figure/table number or label.
33- File path or source location.
34- Caption/title.
35- First in-text callout.
36- Appendix/SI location if applicable.
37- Producing script or data source, if visible.
38
39Check:
40
41- Every in-text callout resolves to an existing figure/table.
42- Every figure/table is called out in text before or near appearance.
43- Numbering is gap-free and not duplicated.
44- Main-text and SI labels do not collide.
45- LaTeX/Markdown references compile without unresolved labels.
46
47### 3. Check text-to-evidence consistency
48
49For each figure/table used to support a substantive claim:
50
51- Match the in-text claim to the exact row, column, panel, model, or plotted quantity.
52- Verify direction, magnitude, uncertainty, subgroup, and denominator.
53- Check whether text overstates non-significant or imprecise estimates.
54- Check whether figure/table notes disclose model specification, N, weights, fixed effects, clustering, and missing-data handling.
55- For experimental papers, check ITT vs per-protocol labeling, attrition-by-arm, baseline balance, and CONSORT/sample-flow consistency.
56
57Do not infer exact values by eyeballing a plot unless the figure encodes labeled values. If source data are unavailable, write `VISUAL READ ONLY - AUTHOR VERIFY`.
58
59### 4. Audit captions and notes
60
61Captions and table notes should let a reader understand the evidence without hunting:
62
63- Figure caption states what is plotted, units, sample, uncertainty interval, and panel meanings.
64- Table title states the estimand or model family, not only "Results."
65- Table notes define dependent variable, treatment/condition coding, omitted categories, controls, fixed effects, clustering, weights, and significance markers.
66- All abbreviations are defined on first use.
67- All transformations, scales, and index directions are explicit.
68- Any data exclusions or subgroup restrictions are named.
69
70For conjoint, list-experiment, topic-modeling, text-classification, and OCR studies, invoke or recommend the relevant sibling skill when table/figure interpretation depends on method-specific standards.
71
72### 5. Check accessibility and production quality
73
74Flag:
75
76- Color palettes not interpretable in grayscale or by color-blind readers.
77- Low-resolution or rasterized text in vector outputs.
78- Axis labels too small or missing units.
79- Legends that obscure data or use ambiguous labels.
80- Inconsistent decimal precision.
81- Overcrowded tables that should move to SI.
82- Missing alt text when the target venue requires it.
83- Non-reproducible manual edits that are not documented.
84
85### 6. Audit SI and replication linkage
86
87Check whether:
88
89- Main-text claims that point to SI land on the correct appendix/table/figure.
90- SI numbering and captions are internally consistent.
91- Each main figure/table can be traced to a script or documented manual step.
92- Replication README maps outputs to scripts and data files.
93- Figure/table source data are archived or clearly restricted.
94
95## Output
96
97Produce a `Figure and Table Audit Report`:
98
99```
100# Figure and Table Audit Report
101
102Scope:
103Inputs checked:
104Build/source status:
105Summary: <N blocking, N recommended, N minor, N author-verification>
106
107## Inventory
108| ID | Path/location | Caption/title | First callout | Source/script |
109
110## Blocking Issues
111| Location | Figure/table | Issue | Evidence | Fix |
112
113## Recommended Fixes
114| Location | Figure/table | Issue | Fix |
115
116## Minor / Production Issues
117| Figure/table | Issue | Fix |
118
119## Author Verification Needed
120| Figure/table | Why verification is needed |
121
122## Readiness Checklist
123| Dimension | PASS/FAIL/PARTIAL/NA | Notes |
124```
125
126Severity:
127
128- **Blocking:** missing figure/table, wrong referenced value, denominator mismatch, unresolved label, table contradicts text, missing sample-flow evidence for experimental paper, or non-reproducible main result output.
129- **Recommended:** incomplete notes, unclear captions, missing units, missing source script, accessibility problem, imprecise uncertainty reporting.
130- **Minor:** style, spacing, decimal precision, typography, cosmetic consistency.
131
132## Quality checks
133
134- [ ] Figure/table inventory was built before findings were listed.
135- [ ] Every substantive text-to-table finding names the row/column/panel/model checked.
136- [ ] Visual-only readings are flagged for author verification unless exact values are labeled.
137- [ ] Captions and notes were checked for sample, units, uncertainty, and model details.
138- [ ] SI and replication links were checked when files were available.
139- [ ] Method-specific figures/tables triggered the relevant sibling skill when needed.