Content
32%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a table of contents with no actionable content. It correctly identifies when to use dbt patterns and references an external playbook, but the body itself provides zero concrete guidance — no code examples, no specific commands, no executable patterns. The skill fails its primary purpose of teaching Claude how to perform dbt transformations.
Suggestions
Add concrete, executable dbt code examples inline — at minimum a staging model template, a basic test configuration in schema.yml, and an incremental model pattern with the is_incremental() macro.
Provide specific dbt commands for common workflows (e.g., `dbt run --select staging+`, `dbt test --select tag:critical`, `dbt build --defer --state prod-manifest/`).
Include the referenced `resources/implementation-playbook.md` bundle file, or inline the essential patterns if the file doesn't exist.
Add validation checkpoints to the workflow, such as verifying model compilation with `dbt compile`, running tests after builds, and checking freshness with `dbt source freshness`.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is fairly lean and doesn't over-explain concepts Claude already knows. The 'Use this skill when' and 'Do not use this skill when' sections add some bulk but are reasonable for scoping. Minor trimming possible in the description repeating the frontmatter. | 4 / 5 |
Actionability | The instructions are entirely vague and abstract — 'Define model layers,' 'Implement tests,' 'Choose materializations' — with zero concrete code, commands, examples, or specific guidance. Everything actionable is deferred to a bundle file that doesn't exist. | 1 / 5 |
Workflow Clarity | There is a rough sequence implied in the instructions (define layers → implement tests → choose materializations → optimize runs), but steps are poorly defined with no specifics, no validation checkpoints, and no concrete commands. The workflow is essentially a high-level outline. | 2 / 5 |
Progressive Disclosure | The skill references `resources/implementation-playbook.md` for detailed patterns, which is a reasonable structure, but no bundle files are provided so the reference is unverifiable and potentially broken. The SKILL.md itself contains almost no substantive content — it's an empty shell pointing to a file that may not exist. | 2 / 5 |
Total | 9 / 20 Passed |