Agent Skills
› AgriciDaniel/claude-ads
› ads-test
ads-test
GitHub用于设计和评估付费广告实验,涵盖假设、随机化单位、样本量计算、持续时间、护栏及决策规则。支持A/B测试、统计显著性分析及实验结果解读。
Trigger Scenarios
设计A/B测试或拆分测试方案
计算实验所需样本量和持续时间
分析实验结果并做出业务决策
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


