skills/skill-analyze-data/SKILL.md
Instant data science insights for CSV and JSON files with statistical summaries, quality audits, and trend detection
npx skillsauth add hasna/skills Analyze DataInstall 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.
Instant data science insights for your CSV and JSON files. Automatically generates comprehensive reports including statistical summaries, data quality audits, correlation matrices, and trend detection without sending your data to external APIs.
This is a CLI skill. It requires the
skillsCLI to execute. Install it withnpm install -g @hasna/skills, then run the commands below.
skills run analyze-data -- <file-path> [options]
| Option | Description | Default |
| --------------- | ------------------------------------------------------------ | -------------------- |
| --format | Output format: markdown, json, or html | markdown |
| --output | Save report to file path | (prints to console) |
| --correlations| Calculate correlation matrix for numeric columns | false |
| --outliers | Detect and report outliers using IQR method | false |
| --trends | Analyze trends if time-series data is detected | false |
| --sample | Analyze only the first N rows (for large files) | (all rows) |
| --percentiles | Custom percentiles to calculate (comma-separated) | 25,50,75,90,95 |
| --verbose | Show detailed processing logs | false |
# Analyze a CSV file and print report to console
skills run analyze-data -- sales-data.csv
# Full analysis with correlations, outliers, and HTML report
skills run analyze-data -- dataset.csv \
--correlations \
--outliers \
--format html \
--output report.html
# Quickly analyze the first 10,000 rows of a large dataset
skills run analyze-data -- huge-log-file.json \
--sample 10000 \
--verbose
# Generate JSON stats for downstream processing
skills run analyze-data -- metrics.json \
--format json \
--output analysis.json
--sample for best performance.testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates