ad-test-designer

Designs paid-ad A/B and incrementality tests and computes significance read-outs from exported results.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/qaz26688442/bo-car --skill ad-test-designer-qaz26688442
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ad-test-designer
Source: https://github.com/qaz26688442/bo-car/tree/main/.agents/skills/ad-test-designer
Command: npx skills add https://github.com/qaz26688442/bo-car --skill ad-test-designer-qaz26688442

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Marketers running paid-ad experiments often lack a rigorous way to plan sample sizes, isolate variables, and judge whether a result is statistically and practically significant before acting on it. This Skill produces a falsifiable hypothesis, variant matrix, power plan, and a documented effect/uncertainty read-out from your own exported test data. ## Core Features & Use Cases - Experiment Design: Builds a hypothesis, one-variable-per-variant matrix, primary/secondary/guardrail metrics, and a sample-size, duration, and power plan for creative, landing-page, and incrementality tests. - Statistical Read-out: Applies two-proportion z-tests, Mann-Whitney U, or bootstrap confidence intervals to your exported results CSV, reporting statistical and practical-effect flags separately. - Decision Governance: Applies only a precommitted, owner-approved action rule; otherwise returns decision UNDECIDED so a p-value never silently becomes a business action. - Use Case: You have a finished test results CSV with per-variant sessions and conversions and need to know whether the winner is significant and whether to promote or kill it. ## Quick Start Design an A/B test for two landing-page hero variants with a 3% baseline CVR where I want to detect a 15% lift.

Frequently Asked Questions about ad-test-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an A/B test for ad creatives or landing pages?▼

Provide the baseline CVR or CTR, daily traffic, and the minimum lift worth detecting. The Skill produces a falsifiable hypothesis, a variant matrix isolating one variable per variant, and a sample-size, duration, and power plan covering a full business cycle.

How do I know if my A/B test result is statistically significant?▼

Supply your exported results CSV with per-variant sessions and conversions. The Skill runs a two-proportion z-test at your precommitted alpha and reports the effect size, confidence interval, and separate statistical and practical-effect flags.

What sample size do I need to detect a conversion rate lift?▼

Sample size depends on baseline rate and minimum detectable effect; for example, a 3% baseline detecting a 20% lift needs roughly 12k exposures per variant at alpha .05 and power .80. The experiment.py samplesize helper computes exact values.

Does this Skill decide whether to promote or kill a test variant?▼

No. It reports statistical evidence and applies an action only when a decision owner and precommitted rule exist; otherwise it returns decision UNDECIDED. The statistical helper never selects a winner or business action on its own.

When should I use an incrementality test instead of a standard A/B test?▼

Use incrementality testing with a geo or audience holdout when you need lift over the counterfactual rather than relative variant performance. It requires a clean comparable holdout and a longer measurement window.