excel-report

Analyze CSV and Excel tabular data to generate markdown reports.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ly2xxx/dot-claude-playground --skill excel-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-report
Source: https://github.com/ly2xxx/dot-claude-playground/tree/main/.claude/skills/excel-report
Command: npx skills add https://github.com/ly2xxx/dot-claude-playground --skill excel-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of understanding and summarizing complex tabular data from CSV and Excel files, saving time on manual analysis.

Core Features & Use Cases

  • Data Profiling: Provides overview statistics like shape, column types, missing values, and outlier detection.
  • Reporting: Generates structured markdown reports highlighting key findings, data quality issues, and recommendations.
  • Use Case: A data analyst receives a CSV with sales data; use this Skill to automatically produce a report summarizing the dataset's main features and anomalies.

Quick Start

Use the excel-report skill to generate a comprehensive report from your uploaded Excel or CSV file to understand its main characteristics quickly.

Frequently Asked Questions about excel-report

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

FAQPage Schema
How do I automatically generate a data profiling report from a CSV file?

To generate a data profiling report from a CSV file, this Skill analyzes your tabular data using pandas to produce a structured markdown report. It automatically calculates shape, column types, missing values, and detects outliers to summarize main characteristics.

What is the best way to summarize an Excel dataset for data cleaning workflows?

The best way to summarize an Excel dataset for data cleaning workflows is to use automated reporting tools that highlight data quality issues. This Skill processes Excel files to output markdown reports detailing key findings, anomalies, and recommendations for your data assessment tasks.

Can I use Python pandas to analyze tabular data and output a markdown summary?

Yes, you can use Python pandas to analyze tabular data and output a markdown summary. This Skill utilizes pandas for data processing, transforming your CSV and Excel files into insightful markdown reports that provide overview statistics and outlier detection.

Does this data analysis tool work with both CSV and Excel formats?

Yes, this data analysis tool works with both CSV and Excel formats. It analyzes tabular data files from either format to produce detailed markdown reports, suitable for analytics, reporting, and data cleaning workflows without requiring manual data summarization.

What specific data quality issues can I detect when analyzing Excel files?

When analyzing Excel files, you can detect data quality issues like missing values and outliers. The generated markdown report highlights these anomalies alongside overview statistics such as dataset shape and column types, providing actionable recommendations for data assessment.

Are there limitations when generating markdown reports from very large CSV files?

Limitations when generating markdown reports from very large CSV files depend on the pandas processing capacity within your environment. While the Skill streamlines understanding complex tabular data, extremely large datasets may require prior sampling or chunking to ensure smooth data profiling and report generation.