Agent skill · Data & Analytics

data-quality-profiler

Profiles data assets to assess quality dimensions, detect anomalies, and generate comprehensive data quality reports with actionable recommendations.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill data-quality-profiler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadGrepGlobBashWebFetch
Path: library/specializations/data-engineering-analytics/skills/data-quality-profiler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Data Quality Profiler Profiles data assets to assess quality dimensions and detect anomalies across the six core data quality dimensions. ## Overview This skill performs comprehensive data profiling to assess completeness, accuracy, consistency, validity, timeliness, and uniqueness. It generates statistical profiles, detects anomalies, identifies PII, and provides actionable recommendations for data quality improvement. ## Capabilities - **Statistical profiling** - Distributions, cardinality, null percentages, min/max values - **Data type inference and validation** - Detect actual vs declared types - **Pattern detection** - Regex patterns, formats, common structures - **Anomaly detection** - Outliers, drift, unexpected values - **Referential integrity checking** - Foreign key validation - **Freshness monitoring** - Data age and update frequency - **Volume trend analysis** - Record count patterns over time - **Schema change detection** - Structural changes between runs - **Cross-column correlation analysis** - Identify dependent columns - **PII detection and classification** - Sensitive data identification ## Input Schema ```json { "dataSource": { "type": "object", "required": tru

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Input Schema
  4. Output Schema
  5. Usage Examples
  6. Basic Table Profiling
  7. File Profiling with PII Detection
  8. Query-Based Profiling with Business Rules
  9. Drift Detection
  10. Quality Dimensions
  11. Completeness (0-100)
  12. Validity (0-100)
  13. Uniqueness (0-100)
  14. Accuracy (0-100)
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the data-quality-profiler skill do?

Profiles data assets to assess quality dimensions, detect anomalies, and generate comprehensive data quality reports with actionable recommendations.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill data-quality-profiler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going