Engineering Report Generator Do

Sub-skill of engineering-report-generator: Do (+4).

vamseeachanta 7ed4d87 1.1 KB Updated

File contents

Do (+4)

Do

  1. Use relative paths from report location for data
  2. Include interactive plots only (Plotly, Bokeh, Altair)
  3. Apply consistent color schemes across charts
  4. Add clear axis labels and titles
  5. Include hover data for detailed values
  6. Make reports responsive (mobile-friendly)

Don't

  1. Export static matplotlib PNG/SVG images
  2. Use absolute file paths
  3. Create overly complex visualizations
  4. Skip executive summaries
  5. Ignore accessibility (color contrast)

Data Input

  • Use relative paths from report location
  • CSV files with clear column headers
  • Data pre-processed and validated

HTML Output

  • Self-contained files (CDN for Plotly)
  • Responsive design (mobile-friendly)
  • Print-friendly styling
  • Accessible color contrast

File Organization

project/
    data/
        raw/           # Original data
        processed/     # Analysis-ready CSV
    reports/
        analysis.html  # Generated reports
    scripts/
        generate_report.py

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/engineering-report-generator/do commit 7ed4d87dbc

Frequently asked questions

npx skillmds@latest add vamseeachanta/engineering-report-generator-do