AI Agent Hub
Back to skills
Data Analysis Coordinator icon

Data Analysis Coordinator

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_4b4d8c50/data-analysis-coordinator using https://skillhub.cn/install/skillhub.md.

About this skill

What it solves

Table analysis often breaks when column names do not define business metrics. A few leading rows may hide duplicate rows, merged cells, inconsistent time granularity, or regional rollups. This skill treats those as process problems: it separates requirement clarification, parsing, quality checks, aggregation, charting, and verification before claims are written.

How it works

  • Preflight and scoping: checks .xlsx, .xls, .csv, sheets, encoding, merged cells, and readability; extracts metrics, dimensions, time range, filters, and audience.
  • Reliable calculation: uses full data or verifiable aggregations for groups, time series, Top/Bottom, YoY/MoM, and total reconciliation; avoids extrapolating from a 20-row sample.
  • Charts and reports: produces Markdown and Word outputs with titles, units, time, source, and notes; falls back to tables and text when charts fail.
  • Limits disclosure: missing values, anomalies, filters, cleaning, and metric scope are recorded; hypotheses are not presented as proven causality.

Where it fits

Best for tabular data with a decision-oriented question. Files above 100 MB or 100,000 rows should be chunked or aggregated in a database; fewer than 10 rows, heavy key-field loss, or weak time coverage require weak descriptive conclusions only. Non-tabular files, pure cleaning tasks, or sensitive external data transfers need different tools or explicit data-safety checks.

Use Cases

  • Given a multi-sheet sales workbook, align metric definitions, compute full-data trends, and deliver a charted Word report.
  • For customer contribution and anomaly analysis, group the full CSV data, compare periods, and flag data risks.
  • When cleaned operations tables lack a summary, produce a data overview, metric scope, and action notes in Markdown.
  • For files over 100k rows, decide whether chunking or pre-aggregation supports reliable conclusions instead of sampling.

Best For

  • Business analysts: turning Excel/CSV metrics, trends, contributions, and anomalies into reproducible reports.
  • Data engineers: keeping parsing, quality checks, aggregation, and report generation on the same auditable scope.
  • Operations managers: converting multiple tables into data overviews, top-segment analyses, and Word deliverables with actions.
  • Consultants: producing descriptive findings under limited data while clearly stating risks and non-causal limits.