Agent skill · Data & Analytics

experimentation-analytics

How to read experiment results without fooling yourself. Confidence intervals, p-values, multiple testing, sequential testing, CUPED, heterogeneous treatment effects, ratio metrics, network effects, dashboard reconciliation, and the interpretation failures that produce confidently wrong shipping decisions.

RampStack477★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add rampstackco/claude-skills --skill experimentation-analytics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 34 KB
Bundled scripts: none
Path: skills/experimentation-analytics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 515
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Explains how to read experiment result panels to avoid misinterpretation. It emphasizes understanding confidence intervals, p-values, multiple testing corrections, sequential testing, CUPED, heterogeneous treatment effects, ratio metrics, and dashboard reconciliation. It targets product managers and data analysts who interpret results together and need a shared vocabulary that highlights common statistical pitfalls.

How it works

Describes what a result panel should expose: per-variant metrics, lift with both absolute and relative values, p-values or Bayesian probabilities, variance reduction techniques like CUPED, guardrail statuses, pre-registered segments, test status, and a time series of lift. Provides interpretation rules for confidence intervals, explains the meaning and limits of p-values, covers multiple testing corrections (Bonferroni, BH), and explains sequential testing concepts (mSPRT, group sequential designs, anytime-valid CIs). It discusses CUPED adjustments and how they affect point estimates vs. precision, and outlines heterogeneous treatment effects, including how to pre-register segments and avoid overinterpreting post-hoc findings. It also notes platform-specific implications and the need for dashboard reconciliation when panel numbers diverge from BI sources.

When to use it

Uses when you are reading an experiment result panel and about to make a ship/kill/iterate decision.

What it can touch

Not specified in this excerpt beyond mentioning that platform results panels, raw data, and pre-experiment data are involved. The skill references various platforms (e.g., Statsig, Eppo, GrowthBook, PostHog, Amplitude, Optimizely) and general analytics surfaces, but does not enumerate executable touch rules here.

Caveats

Assumes experiment design is solid and platform results are technically correct. Warns that misreads can arise from underpowered tests, peeking, or using ratio metrics without proper delta-method corrections. It emphasizes pre-registration of primary metrics/segments and explains limitations of p-values and CIs without prescribing guarantees.

From the SKILL.md

# Experimentation Analytics A data-team-mentor's playbook for interpreting experiment results without fooling yourself. The result panel is the moment-of-truth for an experiment. The numbers on it determine whether you ship, kill, or iterate. They also expose every shortcut taken in the design phase: an underpowered test produces wide confidence intervals; a peeked test produces a too-narrow p-value; a ratio metric without delta-method correction produces overconfident lift estimates. Most ship-the-wrong-thing decisions trace back to misreading the result panel. This skill is the discipline that prevents misreading. It assumes the experiment was designed well (see the `experiment-design` skill). It assumes the platform's results panel is technically correct (most modern platforms are; some older ones are not). It assumes you can read a number off a screen. The hard part is knowing what each number actually means and what it does not, and that is what is here. When to use this skill: any time you are reading an experiment result panel and about to make a ship, kill, or iterate decision. --- ## What this skill is for This skill covers result interpretation, the statistical concepts t

What's inside
Steps it walks through
  1. What this skill is for
  2. The result panel: what every modern platform should expose
  3. Confidence intervals: the most important number
  4. P-values: what they mean and what they do not
  5. Multiple testing corrections
  6. Sequential testing math
  7. CUPED variance reduction
  8. Heterogeneous treatment effects (HTE) and segments
  9. Ratio metrics and the delta method
  10. Bayesian vs frequentist results panels
  11. Network effects and SUTVA violation
  12. Dashboard metric vs experiment metric reconciliation
  13. Long-term effect estimation
  14. Common interpretation failures
Ships with 7 files
  • references/analytics-platform-comparison.md
  • references/common-interpretation-failures.md
  • references/confidence-interval-cheatsheet.md
  • references/dashboard-vs-experiment-reconciliation.md
  • references/p-value-interpretation-guide.md
  • references/result-presentation-templates.md
  • references/statistical-method-reference.md
More from claude-skills
All skills →
About this skill
What does the experimentation-analytics skill do?

How to read experiment results without fooling yourself. Confidence intervals, p-values, multiple testing, sequential testing, CUPED, heterogeneous treatment effects, ratio metrics, network effects, dashboard reconciliation, and the interpretation failures that produce confidently wrong shipping decisions.

How do I install it?

Run `npx skills add rampstackco/claude-skills --skill experimentation-analytics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rampstackco/claude-skills, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going