data-analysis

Analyze raw tables, documents, and images into validated Markdown, PDF, or DOCX reports.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill data-analysis-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analysis
Source: https://github.com/zephyrwang6/allSkills/tree/main/data-analysis
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill data-analysis-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

解决从多来源原始数据中快速、安全地提取洞察的难题,避免直接全量加载带来的性能风险、质量盲区和结果失真。

Core Features & Use Cases

  • 多模态数据处理:支持 CSV、Excel、PDF、DOCX、Markdown 和图片数据的读取、提取与结构化整理。
  • 数据质量体检:在分析前自动检查缺失、重复、异常取值、一致性与跨文件关联问题。
  • 分析与可视化:基于 Python 完成清洗、统计分析、分组汇总、趋势发现和图表生成。
  • 报告交付:可输出 Markdown、PDF 或 DOCX 分析报告,适合探索性分析、经营汇报和研究复盘。
  • Use Case:如果你拿到一组销售表、反馈文档和截图,希望先抽取关键字段、再做质量检查并生成结论报告,这个技能可以直接完成整套流程。

Quick Start

请用这个技能分析我提供的数据文件,先做安全探查和质量检查,再输出一份带结论和图表的 Markdown 报告。

Frequently Asked Questions about data-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform exploratory data analysis on raw CSV and Excel files?

Exploratory data analysis on raw CSV and Excel files requires safe metadata-first inspection, data-quality checks, Python-based cleaning, statistical testing, and chart generation to extract validated insights. This workflow turns raw tables into structured reports.

Can I extract and analyze data from PDF, DOCX, and images together?

Yes, multi-modal data extraction can read, extract, and structure data from PDF, DOCX, Markdown, and images. It processes these formats alongside CSV and Excel to perform cross-file relationship validation and consolidate insights into a unified report.

What is metadata-first inspection and why is it needed for data analysis?

Metadata-first inspection safely examines file structures before full loading, preventing performance risks and quality blind spots from large datasets. It identifies missing values, duplicates, and anomalies early before committing to Python-based cleaning and visualization.

How do I generate a report with charts from Python data analysis?

Generating a report with charts from Python data analysis involves cleaning data, running statistical testing, and creating visualizations that are exported as Markdown, PDF, or DOCX files. This delivers validated trend discoveries suitable for business or research workflows.

Does this Python data analysis approach handle cross-file relationship validation?

Yes, cross-file relationship validation is supported during the data-quality check phase. It verifies consistency and associations across multiple raw tables, documents, and images before generating final insights, ensuring your analysis is accurate and reliable.

What are the limitations of automated data quality checks in EDA?

Automated data quality checks in EDA detect missing values, duplicates, anomalous entries, and cross-file consistency issues, but they require metadata-first inspection to avoid performance risks when loading large raw datasets. Complex domain-specific anomalies may still need manual review before Python-based cleaning.