# Engineering Report Generator Do

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

- Skill: `vamseeachanta/engineering-report-generator-do` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/engineering-report-generator-do`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/engineering-report-generator-do/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/engineering-report-generator-do

---


# 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
```

