More screenshots
Works with the AI tools you already use
🧪 dbt Test & Quality Auditor
Test Gap Analysis: Identifies missing unique, not_null, and relationship tests on likely primary and foreign keys.
Secure checkout via Stripe
See it in action
You say
Audit the dbt models in my analytic_models/ warehouse folder for test coverage and quality issues.
Your agent does
dbt Audit Report: analytic_models/
- HIGH:
fct_orders.sql(Line 12) - UsesSELECT *which impacts performance and schema stability. - MEDIUM:
stg_users.yml- Columnuser_idis missinguniqueandnot_nulltests. - INFO: 4 models missing descriptions in
schema.yml.
What you get
About this skill
Streamline Your Data Quality Workflows
The dbt Test Quality Auditor is a specialized development tool designed to automate the tedious process of auditing dbt projects for testing gaps and documentation debt. Instead of manually scouring YAML files, this skill performs a heuristic analysis of your models and schema definitions to ensure your data pipeline meets production-grade standards.
What it does
- Test Gap Analysis: Identifies missing unique, not_null, and relationship tests on likely primary and foreign keys.
- Source Integrity: Detects dbt sources missing freshness blocks or basic validation tests.
- Anti-Pattern Detection: Flags "SELECT *" usage and hard-coded table references that should be replaced with ref() or source() macros.
- Documentation Audit: Surfaces models and columns missing descriptions required for data catalog clarity.
- Remediation Generation: Provides copy-paste ready YAML snippets to fix identified issues instantly.
Why use this skill?
Prompting a generic AI often results in hallucinations or missed context because LLMs aren't optimized for cross-referencing model SQL with separate YAML declarations. This skill uses a dedicated Python-based scanner to provide evidence-backed findings with exact file and line references, ensuring higher precision than a zero-shot prompt.
Output Format
You receive a structured markdown report categorized by severity (Critical to Info). It includes confirmed findings, impact assessments, and a list of verification steps to ensure your dbt project is robust and compliant.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.
Frequently Asked Questions
Popular in Data Engineering

Ceramic Compose Db
Ceramic Compose Db - A Premium AI Agent Skill

Database Schema & Query Review Gate
Review a database schema, queries, or migration for the mistakes that get expensive in production — bad table design, missing or wrong indexes, slow and N+1 queries, SQL injection, and migrations that lock or break prod. Engine-aware (PostgreSQL, MySQL, SQLite, SQL Server), it runs an ordered review and returns a PASS/REVIEW/BLOCK verdict with prioritized fixes. Schema mistakes are the most expensive kind — this catches them before they ship.
Data Analysis Decision Engine
Data analysis engine with 4D decision matrix, 15-min quick analysis template, statistics reference, A/B testing playbook, user behavior analysis, SQL templates.

PostgreSQL Schema Architect
Schema mistakes are the most expensive kind — code refactors in days, but a wrong table design holds your data hostage for years