Agent Skills
› AgriciDaniel/claude-ads
› ads-test
ads-test
GitHub用于设计和评估付费广告实验,涵盖假设设定、随机化、样本量计算、护栏设置及结果分析。支持A/B测试全流程,确保统计显著性与决策可靠性。
Trigger Scenarios
A/B test
split test
experiment design
statistical significance
sample size
Install
npx skills add AgriciDaniel/claude-ads --skill ads-test -g -y
SKILL.md
Frontmatter
{
"name": "ads-test",
"description": "Design and evaluate paid-ad experiments with hypotheses, randomization units, sample-size and duration assumptions, guardrails, platform experiment tools, analysis, and decision rules. Use for A\/B test, split test, experiment design, hypothesis, statistical significance, sample size, test duration, or experiment readout."
}
Paid Media Experiment
- State the decision, causal hypothesis, treatment, control, randomization unit, population, primary metric, guardrails, minimum effect, and stopping rule.
- Check platform constraints, overlapping experiments, conversion lag, seasonality, interference, and measurement quality.
- Calculate sample and duration from declared assumptions; disclose approximations.
- Change one decision surface unless the design explicitly estimates interactions.
- Pre-register exclusions, quality checks, analysis, and decision thresholds.
- For readout, verify assignment integrity and data completeness before estimating effect and uncertainty.
- Return setup or readout in versioned JSON with a plain-language decision.
Do not repeatedly peek and stop on a favorable result, call underpowered noise a winner, or generalize beyond the tested population.
Version History
- 669c760 Current 2026-07-25 07:46


