src/skills/data_science/ab_test_analyzer/SKILL.md
Analyze results of A/B experiments
npx skillsauth add sadjad6/open-autonomous-research-lab ab_test_analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze results of A/B experiments
When comparing control vs treatment
scipy
from src.skills.data_science.ab_test_analyzer import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Check sample size for statistical power
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations