pg-analysis-approvallisted
Install: claude install-skill Exekiel179/pingouin-psych-stats
# PG Analysis Approval
Use as the final statistical checkpoint before writing conclusions or deliverables.
## Load
Read:
- `../../references/supervision-gates.md`
- `../../references/workflow-index.md`
- `../../references/apa-output-template.md` if checking report prose.
- `../../references/archive-contract.md` when reviewing an archived run.
Read `../../references/pingouin-api-quickref.md` only if an API/function choice is questionable.
## Inputs
Review whatever is available:
- User request and research question.
- Dataset screening summary.
- Pingouin code.
- Pingouin result tables.
- Draft interpretation/report.
- Requested output format and figure/table requirements.
## Approval Checklist
Check:
- S0 Scope: design, outcome scale, unit of analysis, dependency structure.
- S1 Data: columns, missingness, group sizes, repeated IDs, long/wide shape.
- S2 API: current Pingouin function signature, no deprecated function, correct parameters.
- S3 Assumptions: normality/homogeneity/sphericity/linearity/independence as relevant.
- S4 Result: values come from output; df, p, CI, effect size, correction are present when needed.
- S5 Interpretation: no unsupported causal, clinical, or construct-level overclaim.
- Deliverable: requested format, language, tables, figures, and reproducibility needs are addressed.
- Archive: exact code, numerical output, report source, and audit record are stored under one run directory.
## Decision Labels
Use one label:
- `APPROVED`: ready t