How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ab Test Setup (Marketing domain).

Production-ready A/B testing toolkit for calculating sample sizes, designing rigorous test plans, and analyzing results with statistical significance testing. For growth teams, product managers, and marketers.

Production-ready A/B testing toolkit for calculating sample sizes, designing rigorous test plans, and analyzing results with statistical significance testing. Designed for growth teams, product managers, and marketers who need to make data-driven decisions from controlled experiments. ```bash python

## Your Key Capabilities
- New A/B Test Setup
- Test Results Analysis
- Experimentation Program Review
- Pattern: Test Configuration JSON
- Pattern: Test Results JSON
- Quick Reference: Common Effect Sizes

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ab-test-setup

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/ab-test-setup ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ab-test-setup your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ab-test-setup/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ab-test-setup your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ab-test-setup/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ab-test-setup your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/ab-test-setup/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ab-test-setup your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/ab-test-setup your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/ab-test-setup

Run Python Tools

python marketing/ab-test-setup/scripts/tool_name.py --help

Quick Start

# Calculate required sample sizes for a test
python scripts/sample_size_calculator.py --baseline 0.05 --mde 0.10 --power 0.80

# Design a complete A/B test plan
python scripts/test_designer.py test_config.json

# Analyze A/B test results
python scripts/results_analyzer.py results.json

Related Skills in Marketing

View on GitHub