dkyazzentwatwa/chatgpt-skills

data-storyteller

Analyze datasets and turn them into narrative reports with charts, audits, comparisons, and statistical summaries. Use for exploratory analysis and executive-ready outputs.

First seen Jan 24, 2026

Installation

$ npx skills add dkyazzentwatwa/chatgpt-skills --skill data-storyteller

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dkyazzentwatwa/chatgpt-skills · top by installs.

npx skills add dkyazzentwatwa/chatgpt-skills

Browse all from dkyazzentwatwa/chatgpt-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 99
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,562 B
  • docs SUMMARY.md 1,501 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 225 installs

SKILL.md

Data Storyteller

Use this as the primary analytics skill for structured data. It now absorbs the repo's audit, comparison, statistics, pivot, experiment, and time-series helpers.

Use This For

  • Executive summaries and narrative reports from CSV or spreadsheet data
  • Data quality audits, comparisons, and anomaly reviews
  • Statistical analysis, pivots, experiment reads, ROI and budget analysis
  • Survey summaries and time-series decomposition

Workflow

  1. Profile the dataset shape, column types, and missing-value risk.
  2. Pick the smallest useful analysis path instead of running every script by default.
  3. Start with scripts/data_storyteller.py when the user wants a cohesive report.
  4. Reach for focused helpers when the task is narrow:

- dataqualityauditor.py - datasetcomparer.py - correlationexplorer.py - outlierdetective.py - statisticalanalyzer.py - surveyanalyzer.py - tsdecomposer.py - pivottablegenerator.py - abtestcalc.py - roicalculator.py - budgetanalyzer.py

  1. Translate outputs into plain-English findings, risks, and next actions.

Guardrails

  • Do not overstate causal claims from correlations.
  • Call out data quality problems before presenting strong conclusions.
  • Keep executive summaries short and move method detail behind them.