What problem does it solve?
Reviewing dbt pull requests by reading diffs alone misses downstream breakage, semantic changes, and PII exposure. This Skill produces a signed APPROVE, COMMENT, or REQUEST_CHANGES verdict where every blocking finding is backed by a deterministic engine call rather than guesswork.
Core Features & Use Cases
- Deterministic verdict engine: Runs
dbt_pr_review against the working tree or an explicit base/head range, returning a signed envelope with a risk tier and findings grouped by severity.
- Evidence-backed findings: Each blocking finding carries proof such as column-lineage blast radius, query equivalence counterexamples, PII classification, or contract violations.
- Configurable rubric: A per-repo
.altimate/review.yml controls mode (comment vs gate), severity thresholds, dialect, reviewer lanes, and blocking categories.
- Use Case: Before merging a dbt model refactor, run the review to confirm the rewrite is query-equivalent, check which downstream models consume changed columns, and catch PII exposure — all in one verdict.
Quick Start
Ask the agent to review my dbt pull request against origin/main and give me the verdict with any blocking findings.