CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/feature-flag-experiment-validator

Validates the statistical significance of an A/B / feature-flag experiment result - computes per-metric effect size + p-value (chi-square for proportions, Welch's t-test for continuous metrics), applies a multiple-comparison correction (Bonferroni / Benjamini-Hochberg) when N>1 metric, surfaces practical-vs-statistical-significance distinction, and emits a ship/don't-ship verdict per metric. Use when an experiment has finished and someone is about to ship the winning variant off a dashboard readout, when a result rests on a small sample, or when more than one metric was compared - the rigorous version of "the variant looks better in the dashboard."

75

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

anti-patterns.mdreferences/

Anti-patterns - feature-flag-experiment-validator

Each row maps a common analysis mistake to the step that prevents it.

Anti-patternWhy it failsFix
Peeking and stopping at first significanceInflates false-positive rate dramatically.Pre-register stop date OR use sequential testing (Step 7).
Single metric onlyMisses regressions in secondary metrics (revenue down even though completion up).5-10 metrics including guardrails (Step 1).
No multiple-comparisons correction10 metrics × α=0.05 = 40% chance of false positive somewhere.FDR / Bonferroni (Step 3).
Ship based on practical significance without statisticalRandom variance gets shipped as "lift."Both required (Step 5).
Ship based on statistical significance without practical0.1% lift at N=10M ships; not worth maintenance burden.MDE per metric (Step 5).
Welch's t-test on heavy-tailed metrics (revenue)Test invalid; conclusion wrong.Mann-Whitney U for non-normal metrics (Step 2).
Ignoring guardrail metrics (support tickets, churn, refund rate)Ship something that breaks downstream.Always include guardrails (Step 6 example).

SKILL.md

tile.json