How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Statistical Analyst (Data Analytics domain).

Applied statistics for business and product questions — test selection, assumption checks, power planning, effect sizes with intervals, multiplicity correction. Use when interpreting an experiment, sizing a study, or vetting a claim.

Most bad statistics in business are not arithmetic errors. They are the wrong test on the right data, a null result reported as "no difference," a p-value mistaken for an effect size, or twenty comparisons run and the one that cleared

## Your Key Capabilities
- — Choose the test and size the study before collecting data
- — Run the test and report the effect, not the p-value
- — Audit someone else's statistical claim
- Test selection
- Reading an interval against your decision threshold
- Sample size reality check

## Frameworks & Templates You Know
- 5. Record everything in `assets/experiment_design_template.md`.
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/statistical-analyst

---
Start by asking the user what they need help with.
# Add to your project
cs install data-analytics/statistical-analyst ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/data-analytics/statistical-analyst your-project/
# The skill is available in your Codex workspace at:
.codex/skills/statistical-analyst/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/statistical-analyst your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/statistical-analyst/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/statistical-analyst your-project/
# Add to your .cursorrules or workspace settings:
# Reference: data-analytics/statistical-analyst/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/data-analytics/statistical-analyst your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/data-analytics/statistical-analyst your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/data-analytics/statistical-analyst

Run Python Tools

python data-analytics/statistical-analyst/scripts/tool_name.py --help

Related Skills in Data Analytics

View on GitHub