Skip to content

Example: Figures And Title

User request: Before I submit to ACM, check whether my figures are publication-ready and whether the title is too generic.

Recommended module sequence:

  1. figures
  2. title

Commands:

bash
uv run python -B $SKILL_DIR/scripts/check_figures.py main.tex
uv run python -B $SKILL_DIR/scripts/optimize_title.py main.tex --check

Expected output:

  • Figure warnings about missing files, DPI, or caption/extension issues.
  • Title score with concrete title-improvement suggestions.

Released under the MIT License.