Install
$ agentstack add skill-ericwang915-data-scientist-skills-ab-test-analysis ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
A/B Test Analysis
Purpose
Evaluate A/B test results with statistical rigor and translate findings into clear product decisions.
How It Works
Step 1: Validate Test Setup
- Sample size adequacy (power analysis)
- Duration (≥1-2 full business cycles)
- Randomization check (sample ratio mismatch)
- Novelty/primacy effect assessment
Step 2: Calculate Results
- Conversion rates for control and variant
- Relative lift: (variant - control) / control × 100
- p-value (two-tailed z-test or chi-squared)
- 95% confidence interval for the difference
- Statistical and practical significance
Step 3: Interpret
| Outcome | Recommendation | |---------|---------------| | Significant positive lift, no guardrail issues | Ship it | | Significant positive, guardrail concerns | Investigate | | Not significant, positive trend | Extend the test | | Not significant, flat | Stop — no effect | | Significant negative | Don't ship — revert |
Step 4: Report
## A/B Test: [Name]
**Hypothesis**: [Expected outcome]
**Duration**: [X days] | **Sample**: [N control / M variant]
| Metric | Control | Variant | Lift | p-value | Significant? |
|--------|---------|---------|------|---------|-------------|
| [Primary] | X% | Y% | +Z% | 0.0X | Yes/No |
| [Guardrail] | ... | ... | ... | ... | ... |
**Recommendation**: [Ship / Extend / Stop]
Usage Examples
"Analyze our checkout A/B test: control 3.2% conversion (n=5000), variant 3.8% (n=5000)"
Output Format
- Results Table: Metrics with significance indicators
- Recommendation: Ship/extend/stop with reasoning
- Python Code: Statistical calculations
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ericwang915
- Source: ericwang915/data-scientist-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.