Agent Skill
2/7/2026

analyzing-data

Statistical analysis toolkit for hypothesis testing, regression, correlation, Bayesian statistics, power analysis, and APA reporting. USE when conducting academic research, analyzing experimental data, testing hypotheses with t-tests or ANOVA, performing regression analyses, calculating effect sizes, checking statistical assumptions, or generating publication-ready statistical reports. Do not use for literature reviews, tool selection, or methodology design → see conducting-research skill.

G
git
1GitHub Stars
1Views
npx skills add Git-Fg/thecattoolkit

SKILL.md

Nameanalyzing-data
DescriptionStatistical analysis toolkit for hypothesis testing, regression, correlation, Bayesian statistics, power analysis, and APA reporting. USE when conducting academic research, analyzing experimental data, testing hypotheses with t-tests or ANOVA, performing regression analyses, calculating effect sizes, checking statistical assumptions, or generating publication-ready statistical reports. Do not use for literature reviews, tool selection, or methodology design → see conducting-research skill.

name: analyzing-data description: "Statistical analysis toolkit for hypothesis testing, regression, correlation, Bayesian statistics, power analysis, and APA reporting. USE when conducting academic research, analyzing experimental data, testing hypotheses with t-tests or ANOVA, performing regression analyses, calculating effect sizes, checking statistical assumptions, or generating publication-ready statistical reports. Do not use for literature reviews, tool selection, or methodology design → see conducting-research skill." allowed-tools: [Read, Write, Edit, Bash]

Statistical Analysis Protocol

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


Workflow Decision Tree

Use this decision tree to determine your analysis path:

START
│
├─ Need to SELECT a statistical test?
│  └─ YES → See [references/test_selection_guide.md](references/test_selection_guide.md)
│  └─ NO → Continue
│
├─ Ready to check ASSUMPTIONS?
│  └─ YES → See [references/assumptions_and_diagnostics.md](references/assumptions_and_diagnostics.md)
│  └─ NO → Continue
│
├─ Ready to run ANALYSIS?
│  └─ YES → See [references/analysis-examples.md](references/analysis-examples.md)
│  └─ NO → Continue
│
└─ Need to REPORT results?
   └─ YES → See [references/report-templates.md](references/report-templates.md)

Resources

Scripts

Skills Info
Original Name:analyzing-dataAuthor:git