Compare dbt models and warehouse relations before trusting migration parity with dbt-audit-helper
Lets an agent run dbt parity checks, relation diffs, and row or value comparisons so refactors and source swaps can be verified before rollout.
npx skills add agentskillexchange/skills --skill compare-dbt-models-and-warehouse-relations-before-trusting-migration-parity-with-dbt-audit-helper
Use dbt-audit-helper when an agent needs to prove that a dbt refactor, relation swap, or migration still matches expected warehouse results. It fits analytics engineering work where parity evidence is needed before trust is restored.
What this skill actually does
Invoke this instead of using dbt normally when the agent must run targeted comparison macros, inspect row and value differences, and document migration parity. This is skill-shaped because the workflow boundary is precise: compare dbt relations and outputs during change validation. It is not a generic dbt package listing or broad data transformation platform card.