Analytics & Reporting Custom Skills · Curated

A/B Test Result Summarizer

Summarizes an A/B test's results and gives a clear ship, kill, or extend recommendation.

What it does

Reads the test's variant results, visitors, conversions, and conversion rate per variant, and states whether the difference looks statistically meaningful given the sample size, then recommends shipping the winner, killing the change, or running longer to get a clearer signal. Explains the recommendation in plain terms rather than just reporting a p-value.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/ab-test-result-summarizer/ (or ~/.claude/skills/ab-test-result-summarizer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/ab-test-result-summarizer/

OpenAI Codex

.codex/skills/ab-test-result-summarizer/

Cursor

.cursor/skills/ab-test-result-summarizer/ (or ~/.cursor/skills/ab-test-result-summarizer/ globally)

Compatibility

Requires a connected A/B testing or experimentation tool that reports variant-level conversion data.