.claude/skills/excel-data-analyzer/SKILL.md
Analyze messy and unstructured Excel files to identify data quality issues, detect format inconsistencies, find missing values, and generate comprehensive analysis reports. Use when Claude needs to work with Excel files (.xlsx, .xls) for data quality assessment, structure analysis, or when users request data auditing, cleaning recommendations, or statistical summaries of spreadsheet data.
npx skillsauth add Mineru98/skills-store excel-data-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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.
Automatically identifies:
Detects quality issues:
Generates statistics for numeric columns:
For text columns:
Assigns quality scores (0-100) based on:
Analyzes all sheets in workbook:
bun run analyze_excel.ts data.xlsx
Generates: data_analysis.md
bun run analyze_excel.ts data.xlsx --output reports/audit.md
Before running analysis scripts:
cd /path/to/excel-data-analyzer/scripts
bun install
This installs required dependencies (xlsx library).
When a user provides an Excel file for analysis:
Generated markdown reports include:
For each column:
Mixed data types:
123, "abc", 2023-01-15High missing percentage (>50%):
Duplicate column names:
Numeric strings:
"123" instead of 123Format inconsistencies:
" value ""john", "JOHN", "John""2023-01-15", "01/15/2023"Outliers:
Missing headers:
Text length variations:
For detailed information on data quality patterns and detection methods, see:
references/analysis-patterns.md - Comprehensive guide covering:
Consult this reference when encountering unusual patterns or needing deeper analysis strategies.
Optimized for large files:
Typical performance:
analyze_excel.ts - Main analysis script (Bun/TypeScript)
package.json - Bun dependencies
analysis-patterns.md - Comprehensive guide to data quality patterns
report-template.md - Markdown report template structure
tools
Use when browser automation, web testing, screenshots, form filling, scraping, or page interaction is needed. Prefer Codex Playwright browser tools for navigation, clicking, typing, screenshots, tabs, and waiting. Fall back to the local `playwright-cli` command when CLI-based browser control or artifact files are specifically useful.
tools
지정한 포트에서 실행 중인 프로세스를 찾아 종료합니다.
tools
변경된 파일을 기능별로 그룹화하여 커밋 생성
development
Guide for defining and using Claude subagents effectively. Use when (1) creating new subagent types, (2) learning how to delegate work to specialized subagents, (3) improving subagent delegation prompts, (4) understanding subagent orchestration patterns, or (5) debugging ineffective subagent usage.