Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Data Quality

ASecurity

Adds the checks that catch a silently broken table: freshness, volume against a trailing band, uniqueness on the grain, completeness, validity, and reconciliation against an upstream total, each alerting a named owner. Use when a table has no tests, when a wrong number reached a dashboard, when a scheduled job exited successfully but wrote zero rows, or before trusting data enough to act on it.

9 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentsrustgotesting

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add khuynh22/agent-dev-team --skill data-quality --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Data Quality?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Data Quality
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/khuynh22-data-quality/badge)](https://www.skillsdirectory.com/skills/khuynh22-data-quality)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: data-quality
description: Adds the checks that catch a silently broken table: freshness, volume against a trailing band, uniqueness on the grain, completeness, validity, and reconciliation against an upstream total, each alerting a named owner. Use when a table has no tests, when a wrong number reached a dashboard, when a scheduled job exited successfully but wrote zero rows, or before trusting data enough to act on it.
license: MIT
metadata:
  phase: review
  owners: [data-engineer, analytics-engineer, data-analyst]
  version: "0.1.0"
---

# Data Quality

The expensive failure is not the job that crashes. It is the run that succeeds and writes
plausible garbage, which is then queried, charted, and acted on. Every check here answers
one question: if this broke silently, what would tell us?

Standing reference: `references/data-quality-checklist.md`.

## Process

1. **Start with freshness and volume.** They are cheap and they catch most real incidents.
   Max timestamp against a stated SLA, row count against a trailing median band. Add them
   before anything more sophisticated, even to a table that has no other tests.

2. **Alert on data, not on task exit.** A green pipeline that produced zero rows is the
   failure that costs a week, and task-failure alerting is blind to it by construction.

3. **Test the grain.** Count against count-distinct on the declared key. If the table has no
   declared key, that is the first finding, not a reason to stop testing.

4. **Then completeness and validity.** Null rate on the columns people filter by, accepted
   values on enums, ranges on numerics, referential integrity on join keys.

5. **Reconcile against an independent source.** The upstream total, the billing system, a
   hand count for one day. Two systems agreeing is worth more than any single check.

6. **Place tests at ownership boundaries.** Where data enters your ownership and where it
   leaves it. Tests on every intermediate step become noise, and noise trains people to
   ignore the channel that matters.

7. **Prove each check fails.** Feed it deliberately bad data: hold the pipeline back, drop
   rows, inject a duplicate, and watch the check go red. A quality check never seen red is
   decoration.

8. **Give every check an owner and a threshold in the alert text.** Which table, which
   check, observed value, threshold. An alert that says "data quality issue" gets muted.

## Triage: a number looks wrong

Work in this order. Most wrong numbers resolve in the first two steps.

1. Is the source table fresh for the period? A pipeline gap looks exactly like a real drop.
2. Is row volume for the period in the normal band? A metric that fell in step with row
   count is an incident, not a business event.
3. Did the definition change? Check the model, the dashboard filter, the deploy history.
4. Did the grain change? Count against count-distinct on the key for that period.
5. Did the upstream change? A new enum value, a renamed column, a source-side backfill.
6. Only then look for a real change in behaviour.

## Output

```markdown
## Quality: <table or model>

- **Freshness:** SLA <target>, observed <value>, alert <name> to <owner>
- **Volume:** band <range> from trailing <n> periods, observed <value>
- **Uniqueness:** key <cols>, count <n> vs distinct <n>
- **Completeness:** <col> null rate <n>% (threshold <n>%)
- **Validity:** <accepted values / ranges / referential checks>
- **Reconciliation:** <this> <n> vs <independent source> <n>, delta <n>
- **Negative test:** <what was corrupted>, check <name> went red — output quoted
```

## Verification

- Every check was run against corrupted input and failed as designed; quote one.
- Freshness alerting was triggered by withholding data, not assumed to work.
- Each check names an owner expected to act, not only a channel.
- Checks that fire routinely were fixed or deleted before this was called done.

## Red flags

| Thought | Reality |
|---------|---------|
| "The job succeeded" | Succeeded is not correct, and zero rows also exits zero. |
| "The number looks plausible" | Plausible is how a wrong number survives to the dashboard. |
| "We will notice if it breaks" | You will notice when somebody acts on it. Later, and more expensive. |
| "I will test every model" | Then the alerts are noise and the real one is muted with the rest. |
| "The check has never fired" | Prove it can. Corrupt the input and watch it go red. |
| "Alerts go to the data channel" | Channels do not act. Name a person. |

Attribution

khuynh22khuynh22
View sourceMore from khuynh22 →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →