What problem does it solve? Turning raw data from CSV, JSON, or SQL sources into polished executive summaries, technical reports, and stakeholder presentations is time-consuming and error-prone when done manually. ## Core Features & Use Cases - Structured Report Templates: Provides ready-made formats for executive summaries, technical reports, project status updates, and analysis reports with defined audiences and lengths. - Automated Data Pipeline: Guides validation with Pydantic or Pandera, aggregation with Pandas, and PII anonymization before report generation. - Format-Agnostic Output: Uses Jinja2 templates to produce Markdown or HTML, then converts to PDF via WeasyPrint with print CSS styling. - Use Case: A data analyst needs a weekly stakeholder report from a sales database. The skill guides schema validation, aggregation, executive summary writing, and PDF delivery to email or Slack. ## Quick Start Generate an executive summary report from my sales_data.csv file with key findings, recommendations, and a PDF export.