Skip to content

Survey Analysis Packs for AI Tools

A survey analysis pack is a ZIP export built for AI-assisted HR analysis. Use it when you want to give ChatGPT, Claude, Codex, Microsoft Copilot, or another AI tool the survey files it needs to chart eNPS by department, list the supporting numbers, summarize themes, and draft an executive memo.

Use an analysis pack when you want to compare survey results across departments over time without manually exporting each survey.

The pack is scoped to one survey template and the time range selected in Reports > Surveys. It includes the per-department breakdown inside the ZIP, so department and employee-level page filters are not applied to the export.

  • You need permission to export survey reports.
  • Choose the survey template you want to analyze.
  • Choose the time range you want included: last week, last month, last 3 months, last 6 months, or last year.
  • At least one survey in the selected template and time range must have responses.
  1. Go to Reports.
  2. Open Surveys.
  3. Choose the survey template.
  4. Choose the time range for the analysis.
  5. In Recent Survey Instances, click Export as analysis pack.
  6. Save the ZIP file.

Recent Survey Instances table showing the Export as analysis pack button above survey response rows

FileUse it for
ai_analysis_guide.mdA quick guide you can paste or reference when asking an AI tool to analyze the pack.
manifest.jsonExport metadata, selected template, time range, privacy threshold, and file list.
included_surveys.csvSurvey periods, survey-level recipient counts, completed counts, and response rate.
department_period_metrics.csvDepartment-period completion counts and privacy status.
department_enps_trends.csvGraph-ready eNPS rows by department, survey period, and question.
trend_data.jsonJSON version of the department eNPS trend data.
text_responses.csvDe-identified text responses when enough responses are available.
questions.csvQuestion wording and public question identifiers.
ai-skills/hr-survey-analysis/Portable AI instructions and reference notes for HR survey analysis.
scripts/analyze_department_trends.pyA small Python helper for deterministic eNPS trend summaries.

Use the pack with ChatGPT, Claude, Codex, or Copilot

Section titled “Use the pack with ChatGPT, Claude, Codex, or Copilot”

If your AI tool accepts ZIP uploads, upload the ZIP directly. If it does not, unzip the pack and upload the files listed above.

Start with this prompt:

Use the FeedbackPulse survey analysis pack I uploaded. Follow ai_analysis_guide.md and ai-skills/hr-survey-analysis/SKILL.md. Create a department eNPS trend chart over time, include supporting numbers for each department, then write an executive memo with recommended HR actions and caveats.

If your AI tool supports code execution, ask it to run scripts/analyze_department_trends.py first. That script summarizes available eNPS rows by department with response counts, promoters, passives, detractors, and scores. Then ask the AI tool to use those numbers for the chart and memo.

Codex analysis results showing an eNPS department trend chart, supporting files, and segment summaries from a survey analysis pack

HR questionUseful prompt
Which departments are improving or declining?”Show eNPS over time by department and classify each department as improving, declining, stable, volatile, or insufficient data.”
What numbers support the graph?”For each latest department point, list response count, promoters, passives, detractors, passive rate, and score.”
What should leadership know?”Write a 3-paragraph executive memo that separates data-backed findings from caveats.”
What should HR do next?”Recommend 3 to 5 actions tied to specific departments, trends, or recurring text themes.”

Analysis packs keep department trends useful while protecting anonymity.

  • Rows with privacy_status=privacy_withheld have sensitive counts and scores blanked.
  • Treat withheld values as missing data, not as zero.
  • Do not ask the AI tool to infer hidden values.
  • Text responses do not include employee names, emails, user IDs, recipient IDs, or per-response timestamps.
  • Department-level response rate is not included. Use department completion counts and survey-level response rate instead.

Use the AI output as a first analysis pass, then validate the chart and memo before sharing. Check that the tool did not plot withheld or no-response values as zero, did not rank departments with very small sample sizes too strongly, and did not turn survey signals into causal claims.

For exact FeedbackPulse benchmark context, use the benchmark view in FeedbackPulse. The bundled HR reference files provide conservative interpretation heuristics, not official benchmark scores for your company size or industry.