Generate dbt unit tests automatically for any model. Analyzes SQL logic (CASE/WHEN, JOINs, window functions, NULLs), creates type-correct mock inputs from manifest schema, and assembles complete YAML. Use when a user says "generate tests", "add unit tests", "test this model", or "test coverage" for dbt models.
$npx -y skills add altimateai/altimate-code --skill dbt-unit-testsInstalls into the current project.
Run `npx skills use "https://github.com/altimateai/altimate-code" --skill "altimateai/altimate-code/dbt-unit-tests"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/altimateai/altimate-code" that are relevant to the current task. Run `npx skills add "https://github.com/altimateai/altimate-code"` and select the relevant skills, then follow their instructions.