ab-test-setup

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

能防止常见实验设计错误并保证统计有效性。

▸ 风险提示

统计假设或参数估计错误会导致误导性结论。

这个 Skill 做什么

提供严格的 A/B 测试设定流程、假设与执行准备检查清单。

把 A/B 测试从假设到上线的每一步都规范化,帮你把问题背景、假设、核心指标、样本量(统计功效)和执行就绪度都梳理清楚,防止中途偷窥(peeking)或设计缺陷。适合需要做可靠且可解释的在线实验,而不是临时跑个报表。特别之处在于内置强制关卡,能有效避免常见实验陷阱。

▸ 展开 SKILL.md 英文原文

Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.

研究检索A/B测试实验设计统计功效通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/ab-test-setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/ab-test-setup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# A/B Test Setup

## 1️⃣ Purpose & Scope

Ensure every A/B test is **valid, rigorous, and safe** before a single line of code is written.

- Prevents "peeking"
- Enforces statistical power
- Blocks invalid hypotheses

---

## 2️⃣ Pre-Requisites

You must have:

- A clear user problem
- Access to an analytics source
- Roughly estimated traffic volume

### Hypothesis Quality Checklist

A valid hypothesis includes:

- Observation or evidence
- Single, specific change
- Directional expectation
- Defined audience
- Measurable success criteria

---

## 3️⃣ Hypothesis Lock (Hard Gate)

Before designing variants or metrics, you MUST:

- Present the **final hypothesis**
- Specify:
  - Target audience
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有