ab-test-analysis

Analyze A/B test results with significance, confidence intervals, and recommendations.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Lev-it/lev-skills --skill ab-test-analysis-lev-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-analysis
Source: https://github.com/Lev-it/lev-skills/tree/main/.claude/skills/ab-test-analysis
Command: npx skills add https://github.com/Lev-it/lev-skills --skill ab-test-analysis-lev-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides in-depth analysis of A/B test results to inform product decisions based on statistical significance, sample size, confidence intervals, and actionable recommendations.

Core Features & Use Cases

  • Statistical Analysis: Computes conversion rates, relative lifts, p-values, confidence intervals, and checks for statistical significance.
  • Test Validation: Validates the test setup, sample size, duration, randomization, and guardrails.
  • Result Interpretation: Offers clear, business-oriented recommendations to ship, extend, stop, or investigate based on analysis findings.

Quick Start

Run the skill with your test data to analyze and make informed decisions about your A/B test results.

Frequently Asked Questions about ab-test-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze A/B test results for statistical significance?

You can analyze A/B test results by computing conversion rates, p-values, and confidence intervals to check for statistical significance. This validates whether observed metric differences between variants are real rather than random noise.

What's the best way to calculate sample size and confidence intervals for product testing?

Calculating sample size and confidence intervals for product testing requires validating test setup, duration, and randomization. You can generate Python scripts to automate these statistical calculations and ensure your experiment reaches sufficient power.

Can I use CSV and Excel files for A/B test data analysis?

Yes, you can use CSV, Excel, and analytics exports for A/B test data analysis. The skill directly ingests these formats to compute statistical metrics and produce actionable product recommendations without manual preprocessing.

How do I interpret A/B test results to make product decisions?

To interpret A/B test results for product decisions, you evaluate statistical significance alongside guardrails to generate clear recommendations. This helps you decide whether to ship, extend, stop, or investigate the experiment based on data.

When do I need to validate my A/B test setup and randomization?

You need to validate your A/B test setup and randomization before trusting results to ensure there is no selection bias and the experiment duration meets sample size requirements. This guarantees the statistical significance and confidence intervals are mathematically reliable.