From wicked-garden
Launches an interactive data analysis session for CSV/Excel files, focusing on statistics, quality, warehouse, or ML modes.
How this command is triggered — by the user, by Claude, or both
Slash command
/wicked-garden:analyze <file-path> [--focus <type>] [--context <file>] [--refresh] [--scenarios]data/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /wicked-garden:data:analyze
Interactive analysis on a CSV/Excel/data file. Use for one-off data exploration.
NOT for schema-level checks (use `data:data`) or pipeline review (use `data:pipeline`).
## Run it inline (no dispatch)
1. Parse `<file-path>`, `--focus` (stats|quality|warehouse|ml, default `stats`), `--context`, `--refresh`, `--scenarios`.
2. Read first rows of the file to capture column names / types / nulls / sample.
3. `Read("${CLAUDE_PLUGIN_ROOT}/skills/data/refs/analyze.md")` — the EDA rubric, quality/warehouse/ml modes, insight pattern, and output format.
4. Apply the rub...Interactive analysis on a CSV/Excel/data file. Use for one-off data exploration.
NOT for schema-level checks (use data:data) or pipeline review (use data:pipeline).
<file-path>, --focus (stats|quality|warehouse|ml, default stats), --context, --refresh, --scenarios.Read("${CLAUDE_PLUGIN_ROOT}/skills/data/refs/analyze.md") — the EDA rubric, quality/warehouse/ml modes, insight pattern, and output format.--focus mode and emit the analysis.npx claudepluginhub mikeparcewski/wicked-garden --plugin wicked-garden/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.