| name | cumcm-final-review |
| description | Run a final 2026 CUMCM readiness review across paper content, LaTeX build, template compliance, result consistency, figures/tables, citations, AI-use records, anonymity, supporting materials, and submission packaging. Use when the user asks for final review, pre-submit review, readiness check, or overall quality audit. |
CUMCM Final Review
Use this skill as the last integrated pass.
Workflow
- Start with
git status --short and avoid overwriting user work.
- Run available checks:
python3 scripts/preflight.py --target cumcm
git diff --check
python3 scripts/summarize_build_log.py --target cumcm
python3 scripts/build.py --target cumcm when xelatex is available
- Review the PDF/log if generated.
- Check paper logic, figures/tables, references, AI records, anonymity, and support-material list.
- Read
references/checklist.md for the final review rubric.
- Read
references/rubric.md when classifying findings by severity.
- Read
references/examples.md when selecting between full pre-submit review and paper-quality-only review.
Report
Lead with findings:
Critical
- ...
Warning
- ...
Info
- ...
End with verification commands run and any blockers such as missing xelatex.