Skill Detail
Gate dbt projects with pre-commit checks from dbt-checkpoint
Use dbt-checkpoint when an agent should catch dbt naming, dependency, metadata, and model-hygiene issues before review or merge.
Code Quality & ReviewMulti-Framework
Code Quality & Review
Multi-Framework
Security Reviewed
β 738 GitHub stars
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill gate-dbt-projects-with-pre-commit-checks-from-dbt-checkpoint
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Python, pre-commit, dbt project files, and dbt-checkpoint.
Install & setup
Install with
pip install dbt-checkpoint, add the documented hooks to .pre-commit-config.yaml, and run them locally or in CI before dbt changes merge.Author
dbt-checkpoint
Publisher
Organization
Last updated
Apr 15, 2026
Quick brief
dbt-checkpoint gives an agent a bounded repository guardrail workflow: run dbt-specific pre-commit checks, surface failures, and keep bad project hygiene from sliding into main. Invoke it when the real task is dbt project quality gating, not when you merely need the dbt runtime to execute models. The scope boundary is narrow and publishable: dbt-focused static and pre-commit checks, not a generic pre-commit framework card or a broad dbt product listing.