Loading...
Loading...
Turn engagement/pulse survey CSV (EmpID, Department, Manager, Q1–Q20) into the standard 8-section Company Pulse PDF team report, composite charts PNG, and per-manager personal PDFs. Use when the user provides pulse/engagement survey raw data, asks for a Pulse Survey Report, rankings, leader deep dives, or output matching the Company Pulse Survey Report template.
npx skill4agent add konig123/hr-workshop-mvp-skills pulse-survey-analysis| Input | Required | Default |
|---|---|---|
| CSV path | Yes | — |
| Team name | No | |
| Period | No | Ask once, else |
EmpIDDepartmentManagerQ1_Manager_LeadershipQ20_Engagement_ReferralManagerPeople Leader--out-dir[Team] Pulse Survey Report - [YYYY-MM].pdf[Team] Pulse Survey Charts - [YYYY-MM].pngindividual_reports/{Manager} - Pulse Survey Personal Report.pdf[Team] Pulse Survey Metrics - [YYYY-MM].jsonhtml-executive-deck-generation--json-outProgress:
- [ ] Confirm team name + period
- [ ] Ensure venv deps installed
- [ ] Run pulse_report_runner.py
- [ ] Reply with output paths + 3 one-line findings~/.cursor/skills/pulse-survey-analysispython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt.venv/bin/python scripts/pulse_report_runner.py \
"/absolute/path/to/engagement_survey_raw_data.csv" \
--team "Company" \
--period "2026-05" \
--json-out "/absolute/path/to/out/metrics.json"--out-dir DIR--no-individual--no-pdf--json-out PATHDesktop - km’s MacBook Propathlib'html-executive-deck-generation