Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

ab-testing-ecommerceAB 测试电子商务

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

514

周安装

21

GitHub Stars

19

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ab-testing-ecommerce(AB 测试电子商务)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/ab-testing-ecommerce
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill ab-testing-ecommerce
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill ab-testing-ecommerce

简介

帮助电商网站进行受控实验,对比不同页面或流程变体的实际效果差异。

  • 支持产品页、结算流程和定价策略的测试,强调样本量计算与长期运行原则。
  • 引导选择合适工具并正确解读结果,避免因提前终止测试导致误判。
  • 适用于需要数据驱动决策的产品变更前验证,尤其适合迁移至服务端分配的场景。
  • ab-testing-ecommerce 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

A/B Testing for E-commerce

Overview

A/B testing (split testing) runs controlled experiments where a random subset of visitors sees a variant while the rest see the control. Statistical analysis then determines whether any difference is real or due to chance. Good testing disciplines — calculating required sample size before starting, running tests for at least two full weeks, and never stopping early — separate genuine insights from noise.

This skill guides you through running A/B tests on your specific platform, choosing the right tools, and interpreting results correctly.

When to Use This Skill

  • When making product page, checkout, or pricing changes and wanting data-driven validation
  • When migrating from a client-side A/B testing tool to server-side assignment for accuracy
  • When needing statistical power calculations before starting an experiment
  • When analyzing experiment results and determining when to ship or kill a variant
  • When running a pricing test and needing to ensure consistent pricing per customer
  • When wanting to understand what sample size is needed before a test is meaningful

Core Instructions

Step 1: Determine your platform and choose the right testing tool

PlatformRecommended ToolWhy
ShopifyGoogle Optimize (free, sunsetting) → Convert.com or IntelligemsIntelligems is built specifically for Shopify and supports pricing tests with sticky assignment; Convert integrates via Shopify's theme
Shopify (pricing tests)IntelligemsThe only tool that does true server-side price testing on Shopify without flickering
WooCommerceNelio A/B Testing plugin or Google OptimizeNelio integrates natively with WordPress/WooCommerce; tracks WooCommerce conversion events automatically
BigCommerceConvert.com or VWO (via script injection)Both integrate via the BigCommerce storefront script manager
Custom / HeadlessLaunchDarkly (feature flags + experiments) or build with GrowthBook (open source)Server-side assignment with no flickering; GrowthBook is free and self-hostable

Step 2: Calculate required sample size before launching

Never launch a test without knowing how many visitors each variant needs. Running a test without a pre-determined stopping rule leads to peeking and false positives.

Use the free calculator at https://www.evanmiller.org/ab-testing/sample-size.html or follow this guide:

  • Baseline conversion rate: Pull your current CVR from your platform analytics (last 30 days)
  • Minimum detectable effect: The smallest lift you care about detecting (typically 0.3–1 percentage point)
  • Statistical power: 80% is standard
  • Significance level: 95% confidence (alpha = 0.05)

Example: A Shopify store with 2.5% CVR wanting to detect a 0.3pp lift needs approximately 8,600 sessions per variant. At 500 sessions/day, that is 17 days per variant minimum.

Write down the required sample size before the test starts. This is your mandatory stopping rule.

Step 3: Set up the experiment on your platform


Shopify

Option A: Theme-based tests with Convert.com

  1. Install Convert.com and add the tracking script via Online Store → Themes → Edit code → theme.liquid
  2. In Convert.com, go to Experiences → Create Experience → A/B Test
  3. Use the visual editor to create your variant (change button color, headline, layout)
  4. Set goals: Add to Cart or Purchase (Convert tracks Shopify purchase events automatically)
  5. Set traffic allocation (50/50 for most tests)
  6. Set the minimum sample size you calculated as the stopping condition

Option B: Pricing tests with Intelligems

  1. Install Intelligems from the Shopify App Store
  2. Go to Intelligems → Price Tests → New Test
  3. Select the product(s) to test and set variant prices
  4. Intelligems handles sticky assignment server-side — the same customer always sees the same price
  5. Set the test duration to your pre-calculated sample size
  6. Review results in Intelligems' dashboard: it shows revenue per visitor (not just CVR) as the primary metric

For Shopify checkout tests (Shopify Plus only):

  • Use Checkout Extensibility or Shopify Functions to create checkout variants
  • Shopify's built-in A/B testing via Checkout profiles is available on Plus

WooCommerce

Using Nelio A/B Testing (recommended)

  1. Install Nelio A/B Testing from the WordPress plugin directory
  2. Go to Nelio A/B Testing → Add New Test
  3. Choose the test type:

- Page Test: Test different landing page or product page variants - WooCommerce Test: Test product pricing, descriptions, or images - Headline Test: Test page titles or CTAs

  1. Set your goal to WooCommerce Order (conversion event)
  2. Nelio tracks statistical significance in real time — do not stop early just because significance is reached; wait for your pre-calculated sample size
  3. View results at Nelio A/B Testing → Results

Alternative: Google Optimize (free, requires Google Analytics 4)

  1. Create a Google Optimize account and link it to your GA4 property
  2. Add the Optimize container ID to your WordPress site via MonsterInsights plugin (simplest method) or manually in the <head>
  3. Create an A/B test in Optimize pointing to your WooCommerce product or checkout URLs
  4. Set objectives using GA4 events (e.g., purchase)

BigCommerce

  1. Go to Storefront → Script Manager → Create a Script
  2. Add your A/B testing tool script (Convert.com, VWO, or Optimizely) with placement Head and All pages
  3. In your testing tool, create an experiment targeting your BigCommerce product or category page URL
  4. Set the conversion goal to track the order confirmation page URL (/order-confirmation)
  5. BigCommerce also has built-in Multivariate Testing under Marketing → Banner Manager for banner-level tests (limited to visual banner content)

Custom / Headless

For headless storefronts, use server-side assignment to avoid flickering and to support pricing tests:

Using GrowthBook (open source, recommended)

  1. Install GrowthBook: npm install @growthbook/growthbook
  2. Initialize on the server side with your user ID for sticky assignment:
import { GrowthBook } from "@growthbook/growthbook";

const gb = new GrowthBook({
  apiHost: "https://cdn.growthbook.io",
  clientKey: process.env.GROWTHBOOK_CLIENT_KEY,
  attributes: {
    id: userId, // stable user ID for consistent assignment
    loggedIn: !!customerId,
  },
});

await gb.loadFeatures();

// Assign variant — deterministic for the same userId
const checkoutButtonVariant = gb.getFeatureValue("checkout-button-color", "blue");
  1. Track exposures and conversions back to GrowthBook:
gb.setTrackingCallback((experiment, result) => {
  analytics.track("Experiment Viewed", {
    experimentId: experiment.key,
    variationId: result.key,
  });
});

// On order completion:
analytics.track("Purchase", { revenue: order.total });
  1. View statistical results in the GrowthBook UI — it runs Bayesian or frequentist significance tests on your data

Step 4: Interpret results correctly

When reviewing results:

  1. Wait for the pre-calculated sample size — do not stop because it "looks significant"
  2. Check revenue per visitor, not just CVR — a checkout test might increase CVR but decrease AOV; measure both
  3. Run for at least 2 full weeks — day-of-week effects distort 7-day tests
  4. Look at guardrail metrics — even if your primary metric improved, check return rates and customer service ticket volume
MetricWhat to Check
PrimaryRevenue per visitor (not CVR alone)
GuardrailReturn rate (variant should not increase returns)
GuardrailCart abandonment rate
Confidencep < 0.05 AND minimum sample size reached

Best Practices

  • Calculate sample size before starting — running until it "looks significant" is p-hacking; use the pre-calculated size as your stopping rule
  • Use server-side assignment for pricing tests — client-side tools create flickering and can show different prices on page reload, which is a legal and UX risk
  • Never run more than 3–4 experiments on the same page simultaneously — interaction effects between experiments contaminate all results
  • Exclude internal team traffic — add your office IP to an exclusion list in your testing tool to prevent internal browsing from polluting results
  • Document the hypothesis before starting — write down what you expect to happen and why; post-hoc hypothesis generation leads to confirmation bias
  • Run experiments for at least 2 full business weeks — account for day-of-week and weekend shopping pattern differences

Common Pitfalls

ProblemSolution
Test ends early because it "looks significant" — then the lift disappearsUse pre-calculated sample size as a mandatory stopping rule; configure your testing tool to lock results until sample size is reached
Same user sees different variants on different sessionsUse server-side assignment keyed on a stable user ID (not session ID); Intelligems and GrowthBook handle this correctly by default
Checkout test shows lift in CVR but drop in AOVAlways measure revenue per visitor as your primary metric; CVR and AOV can move in opposite directions
Price flickering on Shopify pricing testsUse Intelligems instead of client-side tools — it assigns prices server-side before the page renders
Novelty effect inflates variant results in the first weekReport results with and without the first 3 days of data; a large week-1 spike that fades is usually novelty

Related Skills

  • @conversion-rate-optimization
  • @product-analytics
  • @customer-analytics
  • @sales-reporting-dashboard
  • @attribution-modeling

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.64%
按下载量换算59

Claude

27.89%
按下载量换算46

Cursor

17.97%
按下载量换算30

Gemini CLI

8.93%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills