new-check

Scaffold a new dbt-bouncer check class and its tests.

123|7|Updated Jun 25, 2024
One-click install
npx skills add https://github.com/godatadriven/dbt-bouncer --skill new-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-check
Source: https://github.com/godatadriven/dbt-bouncer/tree/main/.claude/skills/new-check
Command: npx skills add https://github.com/godatadriven/dbt-bouncer --skill new-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a new dbt-bouncer check class with tests, enabling teams to add validated checks quickly without boilerplate.

Core Features & Use Cases

  • Auto-generates a minimal check module skeleton following the @check decorator conventions.
  • Provides a ready-to-run test scaffold ensuring coverage for new checks.
  • Guides integration into the dbt-bouncer configuration and discovery workflow.

Quick Start

Create a new check by following the guide to generate the skeleton and test suite for a dbt-bouncer check.

Frequently Asked Questions about new-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new dbt-bouncer check class with tests?

Scaffolding a new dbt-bouncer check involves generating a minimal module skeleton following the @check decorator conventions, alongside a ready-to-run test scaffold to ensure immediate coverage and consistent project structure.

What is the best way to add validated dbt-bouncer checks without boilerplate?

The best way to add validated dbt-bouncer checks without boilerplate is using an automated scaffolding workflow that generates reproducible check class skeletons and test suites, enforcing consistent structure and documentation for rapid iteration.

Does the dbt-bouncer scaffolding workflow include test generation?

Yes, the dbt-bouncer scaffolding workflow includes test generation by providing a ready-to-run test scaffold that ensures coverage for newly generated check classes within a single, reproducible process.

How does the @check decorator convention work when generating dbt-bouncer checks?

The @check decorator convention works by defining the structure that the auto-generated minimal check module skeleton follows, ensuring new dbt-bouncer checks integrate consistently into the project's configuration and discovery workflow.

Can I use this scaffolding to integrate new checks into dbt-bouncer configuration?

Yes, you can use this scaffolding to integrate new checks into dbt-bouncer configuration, as the generated skeleton and guide specifically support aligning new checks with the project's discovery workflow and decorator-based system.