data-quality-check

data-quality-check is a command for coding agents from yeaight7/agent-powerups. It costs 10 tokens per session (526 once invoked), scanned A, original, Apache-2.0.

Bir veri hattının yapısını ve tasarımını gereksinimlere göre inceleyen veya planlayan bir komuttur. Veri hattı, ham veriyi raporlama ya da analiz için düzenlenmiş verilere taşıyan adımlar dizisidir; dbt bu dönüşümlerde kullanılır.

In plain words
What is it for?
Kaynak sistemleri, veri hacmi, gecikme ihtiyacı, model katmanları, tablo yapıları ve bağımlılıkları incelemek; dbt modelleri için tasarım kararları önermek üzere kullanılır.
Why use it?
Kaynakların, veri modellerinin ve güncelleme sıklığının baştan netleştirilmemesi hatalı veya sürdürülemez bir yapı oluşturabilir. Komut, veri akışını ve model katmanlarını düzenli biçimde değerlendirmeye yardımcı olur.

Command

Part of the data-engineering plugin — 1 skill, 4 commands, 5 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/yeaight7/agent-powerups/data-quality-check
Clone the repo
git clone --depth 1 https://github.com/yeaight7/agent-powerups

Or install data-engineering, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-quality-check

README.md
[![agentmods](https://agentmods.dev/badge/commands/yeaight7/agent-powerups/data-quality-check.svg)](https://agentmods.dev/commands/yeaight7/agent-powerups/data-quality-check)
Your own site
<a href="https://agentmods.dev/commands/yeaight7/agent-powerups/data-quality-check"><img src="https://agentmods.dev/badge/commands/yeaight7/agent-powerups/data-quality-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00526
Opus 5 $0.00005 $0.00263
Sonnet 5 $0.00002 $0.00105
Haiku 4.5 $0.00001 $0.00053

Measured 4d ago against content hash 4922837086c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

data-quality-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/data-engineering/commands/data-quality-check.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Analytics Pipeline Architecture

You are a data engineering expert specializing in dbt projects.

Project Context

$ARGUMENTS

Stack

This pipeline assumes a modern data stack:

  • Warehouse: Cloud Data Warehouse (e.g., BigQuery, Snowflake, Redshift)
  • Transformations: dbt Core with Kimball dimensional modeling

Instructions

1. Understand the Data Flow

Analyze the requirement:

  • Which source systems are involved?
  • What is the final business use case?
  • What is the grain and latency requirement?
  • Estimate data volume for sizing decisions.

2. Design the Model Layer Structure

Follow the project's standard layer architecture:

  • sources/ or staging/ for raw/lightly cleaned data.
  • core/ or marts/ for fact and dimension tables.

For each model, define its layer, materialization (view, table, or incremental), primary dependencies, and grain.

3. Implement dbt Models

Critical rules:

  • Avoid table aliases; use full CTE names where possible.
  • Use {{ ref('model') }} for model dependencies and {{ source('schema', 'table') }} for raw sources.
  • Clearly define surrogate keys and natural keys.
  • Ensure deduplication is handled cleanly.
  • End every model with select * from final for debugging convenience.

4. Data Quality Tests

Add tests to every YAML file:

  • Ensure primary keys have unique and not_null tests.
  • Verify foreign keys with relationships tests.
  • Use accepted_values for enum columns.
  • Write singular tests for complex business logic.

5. Documentation

  • Document every column in .yml files.
  • Use shared docblocks where applicable.

6. Dependencies and Impact

Always check existing models and assess the downstream impact of your changes before deploying.

Output Deliverables

1. Pipeline Design

  • Model DAG diagram showing dependencies.
  • Layer assignment for each model.
  • Materialization strategy.

2. SQL Models

  • Complete .sql file designs.
  • Incremental configurations if applicable.

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 83 lines · 10 tokens per session scan A 4922837086c3

Subscribe to this mod's changes

data-quality-check is a command published in the GitHub repository yeaight7/agent-powerups (6 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 526 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.