From jeremylongshore-claude-code-plugins-plus-skills
Generates dbt test configurations and code with step-by-step guidance, best practices, and validation for data pipeline testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:dbt-test-creatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for dbt test creator tasks within the Data Pipelines domain.
This skill provides automated assistance for dbt test creator tasks within the Data Pipelines domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with dbt test creator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Data Pipelines skill category. Tags: etl, airflow, spark, streaming, data-engineering
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigAdds schema tests and data quality validation to dbt models. Guides matching existing test patterns and YAML style before adding new tests.
Provides patterns for building dbt models, adding tests, and designing data models including dimensional modeling, staging/intermediate/marts organization, naming conventions, and testing strategies.
Creates YAML unit tests for dbt models that mock inputs and validate outputs. Use for complex SQL logic, edge cases, bug fixes, or TDD.