excel-data-analyzer by mineru98/skills-store
npx skills add https://github.com/mineru98/skills-store --skill excel-data-analyzer分析 Excel 文件以识别数据结构、质量问题、格式不一致和统计模式。生成包含可操作见解的综合 Markdown 报告,用于数据清洗和改进。
使用单个命令分析任何 Excel 文件:
cd /path/to/skill/scripts
bun install # 仅首次运行时需要
bun run analyze_excel.ts /path/to/data.xlsx
输出:包含完整分析的 Markdown 报告 (data_analysis.md)。
自动识别:
检测质量问题:
为数值列生成统计信息:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
对于文本列:
基于以下因素分配质量分数(0-100):
分析工作簿中的所有工作表:
bun run analyze_excel.ts data.xlsx
生成:data_analysis.md
bun run analyze_excel.ts data.xlsx --output reports/audit.md
在运行分析脚本之前:
cd /path/to/excel-data-analyzer/scripts
bun install
这将安装所需的依赖项(xlsx 库)。
当用户提供 Excel 文件进行分析时:
生成的 Markdown 报告包括:
对于每一列:
混合数据类型:
123、"abc"、2023-01-15高空值百分比(>50%):
重复的列名:
数字字符串:
"123" 而不是 123格式不一致:
" value ""john"、"JOHN"、"John""2023-01-15"、"01/15/2023"异常值:
缺失表头:
文本长度变化:
有关数据质量模式和检测方法的详细信息,请参阅:
references/analysis-patterns.md - 全面指南,涵盖:
遇到异常模式或需要更深入的分析策略时,请查阅此参考。
针对大文件优化:
典型性能:
analyze_excel.ts - 主要分析脚本(Bun/TypeScript)
package.json - Bun 依赖项
analysis-patterns.md - 数据质量模式的全面指南
report-template.md - Markdown 报告模板结构
每周安装次数
167
仓库
GitHub 星标数
3
首次出现
2026年1月24日
安全审计
安装于
gemini-cli154
opencode154
codex152
cursor150
github-copilot146
kimi-cli142
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
Weekly Installs
167
Repository
GitHub Stars
3
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli154
opencode154
codex152
cursor150
github-copilot146
kimi-cli142
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
59,800 周安装