sickn33/agentic-awesome-skills

data-quality-frameworks

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.

First seen Jan 28, 2026

Installation

$ npx skills add sickn33/agentic-awesome-skills --skill data-quality-frameworks

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sickn33/agentic-awesome-skills · top by installs.

npx skills add sickn33/agentic-awesome-skills

Browse all from sickn33/agentic-awesome-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 46.2K
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,785 B
  • docs SUMMARY.md 222 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 275 installs

SKILL.md

Data Quality Frameworks

Production patterns for implementing data quality with Great Expectations, dbt tests, and data contracts to ensure reliable data pipelines.

Use this skill when

  • Implementing data quality checks in pipelines
  • Setting up Great Expectations validation
  • Building comprehensive dbt test suites
  • Establishing data contracts between teams
  • Monitoring data quality metrics
  • Automating data validation in CI/CD

Do not use this skill when

  • The data sources are undefined or unavailable
  • You cannot modify validation rules or schemas
  • The task is unrelated to data quality or contracts

Instructions

  • Identify critical datasets and quality dimensions.
  • Define expectations/tests and contract rules.
  • Automate validation in CI/CD and schedule checks.
  • Set alerting, ownership, and remediation steps.
  • If detailed patterns are required, open resources/implementation-playbook.md.

Safety

  • Avoid blocking critical pipelines without a fallback plan.
  • Handle sensitive data securely in validation outputs.

Resources

  • resources/implementation-playbook.md for detailed frameworks, templates, and examples.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.