data-analyzer

Inspect datasets, compute trustworthy summaries, and report decision-relevant findings with stated assumptions.

55|41|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/Rylaispirit/rylai-codex-hermes-skills --skill data-analyzer-rylaispirit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data-analyzer
Source: https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/data-analyzer
Command: npx skills add https://github.com/Rylaispirit/rylai-codex-hermes-skills --skill data-analyzer-rylaispirit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw datasets often contain missing values, duplicates, and misleading outliers, making it easy to draw unsupported conclusions. This Skill turns supplied data into verified, decision-relevant findings while keeping assumptions and data-quality risks explicit. ## Core Features & Use Cases - Data Quality Inspection: Profiles row counts, column types, missingness, duplicates, impossible values, and parsing failures before any analysis. - Trustworthy Summaries: Computes counts, rates, quantiles, and robust statistics, segmenting only where group sizes remain meaningful. - Evidence-Based Reporting: Produces a compact report separating observed facts from inference, with reproducible methods and recommended actions. - Use Case: Given a CSV of quarterly sales, the Skill validates the data, compares periods and cohorts, flags anomalies, and delivers findings with denominators, uncertainty, and next-step recommendations. ## Quick Start Use the data-analyzer skill to inspect this dataset, validate its quality, and summarize the most important findings with their supporting calculations.

Frequently Asked Questions about data-analyzer

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

FAQPage Schema
How do I analyze a dataset for decision-relevant findings?▼

Start by clarifying the decision, target metric, and time window, then profile the data for missing values, duplicates, and type issues. Compute counts, rates, and quantiles, compare relevant groups or periods, and report each finding with its denominator and supporting calculation.

How to handle outliers when summarizing numeric data?▼

Use robust statistics such as medians and quantiles when outliers make ordinary averages misleading. Report center, spread, and range together, and never silently drop or replace extreme values without making exclusions visible.

Can this analysis prove causation from observational data?▼

No, the Skill explicitly avoids claiming causation without a design that supports it. It separates observed facts from inference, tests alternative explanations, and states uncertainty and sample limitations for every finding.

What data quality issues are checked before analysis?▼

The inspection covers missing values, duplicates, impossible values, inconsistent categories, parsing failures, and date coverage. The original data is preserved, and all exclusions are made visible in the final report.

What happens when the dataset is too incomplete for a conclusion?▼

The Skill states clearly when the data cannot support the requested conclusion rather than fabricating results. It never invents missing observations or silently replaces them with zeros.