
Ab Testing Infrastructure
- 4 installs
- 534 repo stars
- Updated August 4, 2026
- majiayu000/claude-skill-registry
Helps with testing & qa tasks during AI-assisted development.
About
ab-testing-infrastructure is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.
- ab-testing-infrastructure
- Testing & QA
- AI-coding skill
Ab Testing Infrastructure by the numbers
- 4 all-time installs (skills.sh)
- Ranked #1,631 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/majiayu000/claude-skill-registry --skill ab-testing-infrastructureAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 4 |
|---|---|
| repo stars | ★ 534 |
| Last updated | August 4, 2026 |
| Repository | majiayu000/claude-skill-registry ↗ |
What it does
Helps with testing & qa tasks during AI-assisted development.
Files
A/B Testing Infrastructure
Summary
Build high-integrity experimentation frameworks within React applications.
Key Capabilities
- Assign experiment cohorts deterministically client-side.
- Render variant components without layout shifts.
- Track exposure events accurately upon component mount.
PhD-Level Challenges
- Avoid 'flicker of original content' (FOOC).
- Ensure statistical significance by preventing tracking errors.
- Manage interactions between overlapping experiments.
Acceptance Criteria
- Implement an assignment and tracking provider.
- Demonstrate variant rendering with no flicker.
- Document experiment collision handling.
Related skills
Testing & QAtesting