What problem does it solve?
This Skill prevents mismatches between the on-screen print preview and the exported output, ensuring your genealogy charts and reports render identically when printing or saving as PDF/SVG.
Core Features & Use Cases
- Print/PDF parity guarantee: Ensures the preview is the output so
print and export PDF use the same rendered view and the same @media print styling.
- Correct chart export behavior: Handles SVG export without unwanted title injection and maps chart tab orientation (portrait vs landscape) appropriately.
- Print CSS workflow: Centralizes report-print layout rules (hiding UI chrome, fit-to-page sizing, landscape width, and chart full-page scaling).
- Export reliability guidance: Avoids anti-patterns like serializing SVG into a separate window that can break CSS/custom properties and produce blank results.
Quick Start
Use the reports skill when you need to fix or verify the print CSS, chart orientation mapping, or the Save SVG / Save PDF export buttons for a given ReportsView report tab.