excel-data-analyzer
SKILL.md
Excel Data Analyzer
Overview
Analyze Excel files to identify data structure, quality issues, format inconsistencies, and statistical patterns. Generate comprehensive markdown reports with actionable insights for data cleaning and improvement.
Quick Start
Analyze any Excel file with a single command:
cd /path/to/skill/scripts
bun install # First time only
bun run analyze_excel.ts /path/to/data.xlsx
Output: Markdown report (data_analysis.md) with complete analysis.