← ClaudeAtlas

data-quality-reportlisted

Use this skill when the user wants to generate an auditable PDF data quality report from a tabular dataset (CSV, Excel, Parquet). Triggers include "generate a quality report", "audit this dataset", "produce a compliance PDF", "DAMA quality report", "génère un rapport qualité", "audit data quality", "rapport de conformité données", "PDF auditable", "rapport gouvernance". Produces a multi-page PDF aligned to DAMA-DMBOK2 six dimensions of data quality (completeness, uniqueness, validity, consistency, timeliness, accuracy), a machine-readable JSON, and an audit log. Includes RGPD/ISO 8000/BCBS 239 compliance checks.
RAFCERAY/claude-skills-data-tasks · ★ 0 · Data & Documents · score 60
Install: claude install-skill RAFCERAY/claude-skills-data-tasks
# Data Quality Report A governance-grade reporting skill. Produces auditable PDF deliverables aligned to DAMA-DMBOK2 standards, with traceable lineage and compliance checks. ## When to use this skill Activate when the user has a dataset and needs a **formal, archivable quality report** — not just an exploratory analysis. Typical signals: - "Generate an audit-ready PDF for this dataset" - "I need a quality report I can send to compliance / regulator / management" - "Produce a DAMA-aligned data quality assessment" - "Génère-moi un rapport qualité que je peux archiver" - "Audit cette base de données pour la conformité" **Pre-condition:** the dataset should be loaded and reasonably structured. If raw quality is very low (>50% missing across many columns), call `eda-explorer` first to surface issues, then loop back to this skill once the user decides on a cleaning strategy. **Do NOT activate this skill for:** - Quick exploration → use `eda-explorer` - Feature preparation → use `feature-engineer` - Real-time monitoring (this is a snapshot skill, not a streaming one) ## Workflow For every request, follow these 6 phases in order. **Never skip a phase.** ### Phase 1 — Profiling Run a complete profile of the dataset. Reuse the logic from `eda-explorer` if it produces results in the same conversation; otherwise, compute fresh: - Shape, dtypes, memory - Missing value counts and percentages per column - Cardinality and uniqueness per column - Numeric statistics (min, max, mean,