data-analyst-workflow
- Repo stars 1
- Author repo claude-skills
Data Analyst Workflow
Overview
Run analysis with an explicit chain from raw data to plain-English conclusions.
Core Workflow
- Inspect schema, types, missingness, duplicate risk, and obvious quality issues before analyzing outcomes.
- Clean or normalize data carefully and document every meaningful assumption.
- Compute descriptive statistics and comparisons that answer the actual question, not just what is easy to chart.
- Check anomalies, outliers, seasonality, and segmentation effects before drawing conclusions.
- Present the findings in plain language with tables or charts only when they improve understanding.
Deliver
- Show the key numbers and what they mean.
- Call out data-quality limitations and assumption-sensitive results.
- Keep a clear distinction between observed facts and interpretation.
Guardrails
- Do not bury cleaning choices that materially change the result.
- Prefer reproducible steps over one-off spreadsheet-style reasoning.
- Avoid false precision when the dataset or method does not support it.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @00PrabalK00 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Run analysis with an explicit chain from raw data to plain-English conclusions.
Inspect schema, types, missingness, duplicate risk, and obvious quality issues before analyzing outcomes. Clean or normalize data carefully and document every meaningful assumption. Compute descriptive statistics and comparisons that answer the actual…
Show the key numbers and what they mean. Call out data-quality limitations and assumption-sensitive results. Keep a clear distinction between observed facts and interpretation.
Do not bury cleaning choices that materially change the result. Prefer reproducible steps over one-off spreadsheet-style reasoning. Avoid false precision when the dataset or method does not support it.
# Data Analyst Workflow
## Overview
Run analysis with an explicit chain from raw data to plain-English conclusions.
## Core Workflow
1. Inspect schema, types, missingness, duplicate risk, and obvious quality issues before analyzing outcomes.
2. Clean or normalize data carefully and document every meaningful assumption.
3. Compute descriptive statistics and comparisons that answer the actual question, not just what is easy to chart.
4. Check anomalies, outliers, seasonality, and segmentation effects before drawing conclusions.
5. Present the findings in plain language with tables or charts only when they improve understanding.
## Deliver
- Show the key numbers and what they mean.
- Call out data-quality limitations and assumption-sensitive results.
- Keep a clear distinction between observed facts and interpretation.
## Guardrails
- Do not bury cleaning choices that materially change the result.
- Prefer reproducible steps over one-off spreadsheet-style reasoning.
- Avoid false precision when the dataset or method does not support it. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Overview → Core Workflow → Deliver → Guardrails
terms -> Run analysis with an explicit chain from raw data to plain-English conclusions. · 1. Inspect schema, types, missingness, duplicate risk, and obvious quality issues before analyzing outcomes. · - Show the key numbers and what they mean. · - Do not bury cleaning choices that materially change the result.
files/cmd -> no explicit files or commands
body sha256 -> 3a9ae94a2918
Decide Fit First
Design Intent
How To Use It
Boundaries And Review