Data Quality Frameworks
Analyzes data quality using established frameworks (e.g., DAMA-DMBOK, TDQM) to identify issues and suggest remediation strategies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sickn33-data-quality-frameworks npx -- -y @trustedskills/sickn33-data-quality-frameworks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sickn33-data-quality-frameworks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sickn33-data-quality-frameworks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to analyze data quality using established frameworks and tools like Great Expectations, dbt tests, and data contracts. It helps ensure reliable data pipelines by identifying potential issues and suggesting remediation strategies. The skill focuses on implementing data quality checks within existing pipelines and establishing clear agreements between teams regarding data standards. Detailed implementation patterns can be found in the included playbook.
When to use it
- Implementing data quality checks as part of a data pipeline.
- Setting up Great Expectations validation suites.
- Building comprehensive dbt test suites for your data transformations.
- Establishing and enforcing data contracts between different teams or systems.
- Automating data validation processes within a CI/CD workflow.
Key capabilities
- Utilizes established frameworks (e.g., DAMA-DMBOK, TDQM - not explicitly detailed but implied).
- Integrates with Great Expectations for data validation.
- Supports the creation and use of dbt tests.
- Facilitates the definition and enforcement of data contracts.
- Provides guidance on automating validation within CI/CD pipelines.
Example prompts
- "Implement a Great Expectations check to validate the 'customer_id' column in my sales table."
- "Create a dbt test suite for our product catalog transformation process."
- "Define a data contract between the marketing and analytics teams regarding the format of lead generation data."
Tips & gotchas
- This skill is specifically designed for tasks related to data quality checks, testing, and contracts. Ensure your task aligns with this scope before using it.
- The output from this skill should not replace environment-specific validation or expert review.
- Refer to the
resources/implementation-playbook.mdfile for detailed frameworks, templates, and examples.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.