A/B Test Results Readout
Use this skill to turn experiment data into a clear decision. It emphasizes
metric interpretation, data-quality checks, subgroup analysis, ad hoc analysis,
visualization, and launch recommendations.
Source Traceability
Primary source: Practical A/B Testing by Leemay Nassery. Guidance is
transformed and paraphrased from chapter 4 lines 2950-3742 and chapter 1 lines
572-718. Metric tradeoff context comes from chapter 2 lines 1296-1472.
Related Advanced Skills
trustworthy-experiment-insights: use when the readout needs false positive,
false negative, power, replication, meta-analysis, or suspicious-lift review.
experiment-verification-monitoring: use when result interpretation depends
on whether assignment, exposure, metrics, canaries, or active monitoring were
healthy.
long-term-impact-evaluation: use when short-term readout is not enough to
decide durable product or business impact.
Reference Routing
| Need |
Read |
| Readout concepts |
references/core/knowledge.md |
| Analysis and reporting rules |
references/core/rules.md |
| Example readouts |
references/core/examples.md |
| Step-by-step report workflow |
workflows/prepare-results-readout.md |
Workflow
- Reconstruct the test design: hypothesis, variants, population, and metrics.
- Verify data quality and whether exposure/eligibility match the brief.
- Compare primary and guardrail metrics against baseline and decision rules.
- Run subgroup analysis when averages obscure meaningful differences.
- Investigate outliers, missing data, or surprising movement.
- Visualize results so stakeholders can compare control, test, and segments.
- Recommend ship, stop, iterate, or investigate with caveats.
Output Format
# A/B Test Results Readout
## Executive Decision
[Ship | Stop | Iterate | Investigate] because [reason].
## Test Summary
- Hypothesis:
- Population:
- Control:
- Test:
- Run window:
## Metric Results
| Metric | Role | Control | Test | Change | Interpretation |
|--------|------|---------|------|--------|----------------|
## Segment Findings
| Segment | What changed | Decision impact |
|---------|--------------|-----------------|
## Data Quality Notes
- Eligibility/exposure:
- Missing data:
- Outliers:
- Instrumentation concerns:
## Recommendation
- Decision:
- Rollout conditions:
- Follow-up analysis:
Quality Bar
- Do not hide guardrail regressions behind a primary-metric win.
- Do not overstate subgroup findings; label them exploratory when not
pre-planned.
- Do not show only averages when the product decision depends on user groups.
- Use charts to clarify comparisons, not to decorate the readout.
Source: hashgraph-online/awesome-codex-plugins → plugins/LVTD-LLC/skills/skills/ab-test-results-readout/SKILL.md
1---2name: ab-test-results-readout3description: Analyze and communicate A/B test results with metric readouts, subgroup analysis, data-quality checks, ad hoc investigation, visualization, and launch recommendations. Use when interpreting experiment results, preparing an A/B test report, explaining flat or mixed results, checking guardrails, segmenting test/control data, or turning experiment data into a product decision.4---567# A/B Test Results Readout89Use this skill to turn experiment data into a clear decision. It emphasizes10metric interpretation, data-quality checks, subgroup analysis, ad hoc analysis,11visualization, and launch recommendations.1213## Source Traceability1415Primary source: Practical A/B Testing by Leemay Nassery. Guidance is16transformed and paraphrased from chapter 4 lines 2950-3742 and chapter 1 lines17572-718. Metric tradeoff context comes from chapter 2 lines 1296-1472.1819## Related Advanced Skills2021- `trustworthy-experiment-insights`: use when the readout needs false positive,22 false negative, power, replication, meta-analysis, or suspicious-lift review.23- `experiment-verification-monitoring`: use when result interpretation depends24 on whether assignment, exposure, metrics, canaries, or active monitoring were25 healthy.26- `long-term-impact-evaluation`: use when short-term readout is not enough to27 decide durable product or business impact.2829## Reference Routing3031| Need | Read |32|------|------|33| Readout concepts | `references/core/knowledge.md` |34| Analysis and reporting rules | `references/core/rules.md` |35| Example readouts | `references/core/examples.md` |36| Step-by-step report workflow | `workflows/prepare-results-readout.md` |3738## Workflow39401. Reconstruct the test design: hypothesis, variants, population, and metrics.412. Verify data quality and whether exposure/eligibility match the brief.423. Compare primary and guardrail metrics against baseline and decision rules.434. Run subgroup analysis when averages obscure meaningful differences.445. Investigate outliers, missing data, or surprising movement.456. Visualize results so stakeholders can compare control, test, and segments.467. Recommend ship, stop, iterate, or investigate with caveats.4748## Output Format4950```markdown51# A/B Test Results Readout5253## Executive Decision54[Ship | Stop | Iterate | Investigate] because [reason].5556## Test Summary57- Hypothesis:58- Population:59- Control:60- Test:61- Run window:6263## Metric Results64| Metric | Role | Control | Test | Change | Interpretation |65|--------|------|---------|------|--------|----------------|6667## Segment Findings68| Segment | What changed | Decision impact |69|---------|--------------|-----------------|7071## Data Quality Notes72- Eligibility/exposure:73- Missing data:74- Outliers:75- Instrumentation concerns:7677## Recommendation78- Decision:79- Rollout conditions:80- Follow-up analysis:81```8283## Quality Bar8485- Do not hide guardrail regressions behind a primary-metric win.86- Do not overstate subgroup findings; label them exploratory when not87 pre-planned.88- Do not show only averages when the product decision depends on user groups.89- Use charts to clarify comparisons, not to decorate the readout.9091---9293**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/ab-test-results-readout/SKILL.md`