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 (Product domain).

Design and implement statistically rigorous A/B tests and experiments. Covers hypothesis formulation, sample size calculation, metric selection, traffic allocation, implementation patterns (client-sid...

**Category:** Product Team **Tags:** A/B testing, experiments, statistical significance, sample size, feature flags, hypothesis testing A/B Test Setup provides the complete framework for designing experiments that produce statistically valid, actionable results. Most A/B tests fail not because the v

## Your Key Capabilities
- The Hypothesis Template
- Good vs Bad Hypotheses
- Hypothesis Sources (Where to Find Test Ideas)
- Test Types
- What to Test (By Impact)
- Metric Selection

## Frameworks & Templates You Know
- The Hypothesis Template
- Test Documentation Template
- Experiment Prioritization Framework
- Test Backlog Template

## 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 product-team/ab-test-setup ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/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: product-team/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/product-team/ab-test-setup your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/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/product-team/ab-test-setup

Run Python Tools

python product-team/ab-test-setup/scripts/tool_name.py --help

Related Skills in Product

View on GitHub