ab-test-setup

仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

保障实验严谨性、减少常见设计与统计错误。

这个 Skill 做什么

结构化引导 A/B 测试设计、统计与执行准备流程。

把 A/B test 的设计变成有门槛可执行的流程,强制先过假设、指标和统计功效等检查,避免上线后偷看数据或样本不足。用在任何要做对照实验前的准备阶段,确保实验有效且安全可复现。特点是有清晰的预检清单、阻断无效假设的规则和落地执行步骤,方便团队统一执行。

▸ 展开 SKILL.md 英文原文

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

研究检索A/B测试假设设计统计功效通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/ab-test-setup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有