Agent skill · Testing & QA

statistical-analysis

Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill statistical-analysis-hxk622-tokendance --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 20 KB
Bundled scripts: none
Version: 1.0.0
Declared author: K-Dense Inc.
Allowed tools: code_executeweb_searchread_urlcreate_document
Path: skills/analysis/statistical-analysis-hxk622-tokendance/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Guides an AI agent to assist with statistical analysis tasks, including test selection, assumption checking, running analyses, calculating effect sizes, conducting power analyses, and producing APA-formatted reports. It covers t-tests, ANOVA, chi-square, regression, correlations, and Bayesian methods, with emphasis on diagnostics, reporting, and interpretation.

How it works

  • Provides a Test Selection Guide to match research questions and data to appropriate tests.
  • Directs use of an assumption-checking workflow with automated checks (outliers, normality, homogeneity of variance) and visualizations, plus recommended remedies.
  • Details running statistical tests using Python libraries (scipy.stats, statsmodels, pingouin, pymc, arviz) and supplies example code for t-tests, ANOVA, regression, Bayesian tests, and post-hoc analyses.
  • Includes sections on effect sizes, confidence intervals, and power analysis (a priori and post-hoc/sensitivity) with concrete code snippets.
  • Outlines APA-style reporting elements and provides example report templates for different analyses.
  • Covers both frequentist and Bayesian approaches, including how to compute and interpret Bayes factors and posterior probabilities.

When to use it

Use when you need help choosing appropriate statistical tests, performing assumption checks, planning or conducting analyses, computing effect sizes, performing power analyses, and generating APA-formatted reports.

What it can touch

  • Tools: code_execute, web_search, read_url, create_document
  • Libraries: scipy.stats, statsmodels, pingouin, pymc, arviz
  • Scripts and data examples are referenced to run assumption checks and visualizations, and to produce reporting outputs.

Caveats

  • Content centers on guidance and example code; actual results depend on data input.
  • Includes specific function calls and file paths as written in the skill (e.g., scripts/assumption_checks.py, references/...?, from statsmodels.stats.power import (...)).
  • License indicated as MIT; adheres to tool and library licenses in examples.
From the SKILL.md

# Statistical Analysis ## Overview Statistical analysis is a systematic process for testing hypotheses and quantifying relationships. Conduct hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, and Bayesian analyses with assumption checks and APA reporting. Apply this skill for academic research. ## When to Use This Skill This skill should be used when: - Conducting statistical hypothesis tests (t-tests, ANOVA, chi-square) - Performing regression or correlation analyses - Running Bayesian statistical analyses - Checking statistical assumptions and diagnostics - Calculating effect sizes and conducting power analyses - Reporting statistical results in APA format - Analyzing experimental or observational data for research --- ## Core Capabilities ### 1. Test Selection and Planning - Choose appropriate statistical tests based on research questions and data characteristics - Conduct a priori power analyses to determine required sample sizes - Plan analysis strategies including multiple comparison corrections ### 2. Assumption Checking - Automatically verify all relevant assumptions before running tests - Provide diagnostic visualizations (Q-Q plots, residual plots, bo

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Test Selection and Planning
  5. 2. Assumption Checking
  6. 3. Statistical Testing
  7. 4. Effect Sizes and Interpretation
  8. 5. Professional Reporting
  9. Workflow Decision Tree
  10. Test Selection Guide
  11. Quick Reference: Choosing the Right Test
  12. Assumption Checking
  13. Systematic Assumption Verification
  14. Individual Assumption Checks
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the statistical-analysis skill do?

Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill statistical-analysis-hxk622-tokendance --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going