← ClaudeAtlas

ab-testlisted

A/B test engine router. Use when the user says "abtest", "/abtest", "A/B test", "split test", "experiment", "CRO", "conversion rate optimization", "test öner", "hangi testi yapmalıyım", "test planımı denetle", "deney tasarla", "sonuçları yorumla", "örneklem hesapla", "CRO testi" or any /ab-test subcommand — or when a request plausibly matches more than one ab-test-* skill, in which case the router disambiguates instead of guessing. Also use when the request sounds like experimentation but may not be an A/B question at all (a diagnosis, a measurement setup, an already-made decision, or a page whose traffic cannot support a split), so the wrong tool is not applied silently. Routes to ab-test-suggest (ideas from the archive), ab-test-design (a new test for your page), ab-test-audit (review a plan), ab-test-results (statistics on real numbers) and ab-test-card (render a scenario).
ali-demirbas/ab-test-playbook · ★ 0 · Testing & QA · score 73
Install: claude install-skill ali-demirbas/ab-test-playbook
# ab-test — Router > **Language:** Output always matches the language you write in (CLAUDE.md rule 7). You are the entry point of the ab-test-playbook engine. Parse the user's intent and route to the right sub-skill. First read `${CLAUDE_PLUGIN_ROOT}/CLAUDE.md` — it is binding. ## Routing table | User intent / subcommand | Route to | Note | |---|---|---| | `suggest`, "test öner", "checkout için hangi testler", "ne test edeyim" | ab-test-suggest | Picks from the archive, ranks by ICE | | `design`, "şu sayfam var", "bu özellik için test tasarla", a screenshot/URL shared | ab-test-design | Produces a new scenario | | `audit`, "test planımı denetle", "bu test doğru mu kurulmuş" | ab-test-audit | Audits an existing plan | | `results`, "sonuçları yorumla", "test bitti anlamlı mı", "kaç ziyaretçi lazım", "örneklem hesapla" | ab-test-results | z-test / sample-size math via script | | `card`, "kart yap", "görselleştir", "slayt formatına çevir" | ab-test-card | Produces the HTML card | | "geçmiş testlerimi nasıl kaydederim", "test hafızamı özetle" | — (no skill routing) | `.abtest-history.md` is the user's own file (copied from `templates/abtest-history.md`); the playbook reads it and filters recommendations by it, but never keeps, fills, or summarizes it for them. Show the user the template, don't fill it yourself. | | "A/A testi kurmak istiyorum", "yeni test aracını doğrulamak istiyorum" | ab-test-design | Not a classic A/B test, but one that validates the measurement infrastruct