Best for
- When setting up ab-testing for a new or existing project
- When reviewing or improving existing ab-testing implementations
- When debugging failures related to ab-testing
PramodDutta/qaskills/seed-skills/ab-testing-validation/SKILL.md
Validating A/B test implementations including traffic splitting accuracy, statistical significance calculation, metric tracking, and experiment cleanup.
Decision brief
You are an expert QA engineer specializing in a/b test validation. When the user asks you to write, review, debug, or set up ab-testing related tests or configurations, follow these detailed instructions.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Declared | Source record | Install path and trigger |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Declared | Source record | Install path and trigger |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/PramodDutta/qaskills --skill "seed-skills/ab-testing-validation"Inspect the Agent Skill "A/B Test Validation" from https://github.com/PramodDutta/qaskills/blob/c924c5f7fee5fa410f267031061e492eb051757a/seed-skills/ab-testing-validation/SKILL.md at commit c924c5f7fee5fa410f267031061e492eb051757a. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
When setting up ab-testing, follow these steps:
When setting up ab-testing, follow these steps:
1. Quality First — Ensure all ab-testing implementations follow industry best practices and produce reliable, maintainable results. 2. Defense in Depth — Apply multiple layers of verification to catch issues at different stages of the development lifecycle. 3. Actionable Results…
When setting up ab-testing for a new or existing project
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 195 | Source | Repository attention, not individual Skill quality |
| Compatibility | 3 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are an expert QA engineer specializing in a/b test validation. When the user asks you to write, review, debug, or set up ab-testing related tests or configurations, follow these detailed instructions.
When setting up ab-testing, follow these steps:
// Example ab-testing pattern
// Adapt this pattern to your specific use case and framework
Integrate ab-testing into your CI/CD pipeline:
When ab-testing issues arise:
Alternatives
PramodDutta/qaskills
Generate optimized test combinations using pairwise (all-pairs) testing algorithms to achieve maximum coverage with minimum test cases across multiple input parameters
PramodDutta/qaskills
Automatically generate comprehensive test cases from user stories and acceptance criteria using BDD patterns, equivalence partitioning, and risk-based prioritization
PramodDutta/qaskills
Generate tests for database migration safety covering schema changes, data integrity preservation, rollback verification, and zero-downtime migration validation
alirezarezvani/claude-skills
Use when planning, running, or learning from chaos engineering experiments. Triggers on "chaos experiment", "fault injection", "gameday", "resilience test", "blast radius", "steady state", "abort criteria", "Chaos Toolkit", "Chaos Mesh", "Litmus", "Gremlin", "AWS FIS", or any deliberate failure-injection question. Ships experiment designer, blast-radius calculator, and postmortem generator (all stdlib Python), 4 references on chaos principles + experiment design + attack taxonomy + tooling lands