Agent skill · Testing & QA

ab-testing

Design and analyze A/B tests and controlled experiments for data-driven decisions. Use for: experiment design, hypothesis formulation, sample size calculation, statistical significance testing, multivariate testing, test implementation, results analysis, avoiding common pitfalls, sequential testing, and experimentation platforms.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ab-testing-jh9282026-manus --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/ab-testing-jh9282026-manus/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# A/B Testing Design and analyze controlled experiments to make data-driven decisions about product changes and optimizations. ## Overview A/B testing (split testing) is a rigorous method for comparing two or more variants to determine which performs better on a defined metric. This skill covers statistical foundations, experimental design principles, implementation strategies, and analysis techniques for running effective experiments. ## A/B Testing Fundamentals ### Core Concepts **Control (A)**: Current version or baseline **Variant (B)**: New version being tested **Randomization**: Users randomly assigned to control or variant **Metric**: Quantifiable measure of success (conversion rate, revenue, engagement) **Statistical Significance**: Confidence that difference is not due to chance ### When to Use A/B Testing **Good Use Cases**: - Testing website/app design changes - Optimizing email subject lines or content - Comparing pricing strategies - Evaluating feature changes - Testing marketing messages **Not Suitable For**: - Low-traffic pages (insufficient sample size) - Long-term strategic decisions - Understanding "why" (use qualitative research) - Testing many changes simultaneo

What's inside
Steps it walks through
  1. Overview
  2. A/B Testing Fundamentals
  3. Core Concepts
  4. When to Use A/B Testing
  5. Experimental Design
  6. Hypothesis Formulation
  7. Sample Size Calculation
  8. Test Duration
  9. Statistical Analysis
  10. Hypothesis Testing
  11. Confidence Intervals
  12. Statistical Tests
  13. Common Pitfalls and Solutions
  14. Multiple Comparisons Problem
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ab-testing skill do?

Design and analyze A/B tests and controlled experiments for data-driven decisions. Use for: experiment design, hypothesis formulation, sample size calculation, statistical significance testing, multivariate testing, test implementation, results analysis, avoiding common pitfalls, sequential testing, and experimentation platforms.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ab-testing-jh9282026-manus --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 majiayu000/claude-skill-registry, a repository with 534 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