From claude-scholar
Critiques academic figures for print quality, accessibility, legibility, visual encoding, and statistical presentation. Useful when reviewing figures or preparing a manuscript for submission.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:critique-figuresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the rendered figures. Do not modify figures or source code unless the user asks for changes.
Review the rendered figures. Do not modify figures or source code unless the user asks for changes.
Use paths supplied by the user. Otherwise, resolve figures from the manuscript's TeX tree, including \includegraphics, \includesvg, \includestandalone, and figure-related \input commands. Ask only when multiple manuscript entrypoints remain plausible or the resolved set is unexpectedly broad.
Render each figure at its likely final dimensions when possible. Inspect multi-panel figures panel by panel and refer to specific panel labels in the findings.
Inspect file type, pixel dimensions, and intended display size. Judge format by content rather than extension:
Treat a raster-only plot, chart, diagram, network visualization, line-art figure, or other text-heavy graphic as a submission blocker, even when it looks acceptable on screen or reports high DPI. Require a native vector export such as PDF, SVG, or EPS regenerated from the figure source. Renaming a bitmap, embedding it in a PDF, or auto-tracing it does not satisfy this requirement.
Allow raster content when the underlying data are pixel-native, including photographs, microscopy, medical imaging, satellite imagery, and screenshots. Mixed figures are acceptable only when text, axes, lines, and other drawn elements remain vector while the intentionally raster panels have adequate effective resolution.
For PDF figures, inspect embedded images with:
pdfimages -list <figure.pdf>
Embedded raster components are not failures by themselves. Distinguish intentional mixed figures from PDFs that merely wrap a rasterized plot. If pdfimages is unavailable, note the skipped check and continue.
Review only the dimensions that apply to each figure:
Prioritize material findings instead of emitting a pass/fail table for every possible check. Label raster-only plots, diagrams, and line art as blockers. For each issue, identify the file and panel, describe the visible evidence, explain its effect, and give a concrete recommendation. Separate definite problems from judgments that depend on final size or venue requirements. State plainly when no material problem is visible.
npx claudepluginhub yy/claude-scholar --plugin claude-scholarReadability and rendering audit for figures and tables in academic manuscripts. Computes effective font/marker sizes at display scale, checks label collisions, color access, and table formatting.
Critiques figure visual quality using an 18-rule rubric. Renders the figure, reads source (matplotlib, Typst, SVG), and prints a scorecard with severity-ranked findings and fixes. Report-only.
Provides universal QA checklist for scientific plots: overlapping labels, clipped text, missing axes/legends, overcrowded data, plus resolution, format, and color accessibility guidance.