ab-test-analysis

Analyze A/B test results for statistical significance and sample size validation.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/autostay-kr/autostay-skills --skill ab-test-analysis-autostay-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ab-test-analysis
Source: https://github.com/autostay-kr/autostay-skills/tree/main/pm/skills/ab-test-analysis
Command: npx skills add https://github.com/autostay-kr/autostay-skills --skill ab-test-analysis-autostay-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you rigorously analyze A/B test results, ensuring that decisions to ship, extend, or stop experiments are based on statistical significance and practical business impact, not just gut feelings.

Core Features & Use Cases

  • Statistical Significance: Calculates p-values and confidence intervals to determine if observed differences are real.
  • Sample Size & Duration Validation: Checks if the experiment had enough participants and ran for an adequate period.
  • Guardrail Metric Monitoring: Ensures that improvements in the primary metric don't come at the cost of other critical metrics.
  • Decision Framework: Provides clear recommendations (Ship, Extend, Stop, Investigate) based on the analysis.
  • Use Case: You ran an A/B test on a new checkout button color. This Skill will analyze the conversion rates, check for statistical significance, and tell you whether to roll out the new color or not.

Quick Start

Analyze the A/B test results for the new user onboarding flow.

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?

To analyze A/B test results for statistical significance, this Skill calculates p-values and confidence intervals to determine if observed conversion rate differences are real. It validates whether your split test data supports shipping the variant.

What is the best way to decide whether to ship, extend, or stop an experiment?

The best way to decide whether to ship, extend, or stop an experiment is using a decision framework based on statistical significance, sample size validation, and guardrail metrics. This Skill evaluates experiment outcomes to provide actionable recommendations.

How do I check if my split test had enough participants and ran for an adequate duration?

To check if your split test had enough participants, this Skill validates sample size and experiment duration against the observed conversion rates. This ensures the experiment results are reliable before making product decisions.

How do I monitor guardrail metrics during experiment analysis?

To monitor guardrail metrics during experiment analysis, this Skill checks that improvements in the primary conversion rate do not negatively impact other critical metrics. It ensures your product analytics reflect true overall improvement.

When do I need hypothesis testing for my product analytics?

You need hypothesis testing for product analytics when evaluating split test data to distinguish real performance changes from random noise. This Skill applies statistical significance testing to validate your experiment outcomes.