Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable single-file skill with strong executable examples across Great Expectations, dbt, and data contracts, but it is a monolithic pattern catalog that pads with conceptual material Claude already knows and lacks fix-and-retry workflow checkpoints.
Suggestions
Move each Pattern (GE suite, checkpoint, dbt tests, contracts, pipeline) into separate reference files under references/ and keep SKILL.md as a concise overview with one-level-deep links, improving progressive disclosure and conciseness.
Remove or compress the "Data Quality Dimensions" table and "Testing Pyramid" diagram, which restate concepts Claude already knows; reference the tool docs instead.
Add an explicit end-to-end workflow with validation checkpoints (validate → on failure diagnose and fix → re-validate → only then proceed) for batch quality runs, rather than only a fail-and-raise step.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean, executable code, but the "Data Quality Dimensions" table and "Testing Pyramid for Data" ASCII diagram explain concepts Claude already knows, so it could be tightened to earn full marks. | 2 / 3 |
Actionability | Patterns 1–6 provide fully executable GE Python, checkpoint YAML, dbt test YAML, custom SQL tests, a data-contract YAML, and a runnable orchestration pipeline — copy-paste ready with specific details. | 3 / 3 |
Workflow Clarity | The skill is a pattern catalog rather than a guided sequence, and although Pattern 6 validates and raises on failure, there is no fix-and-retry feedback loop for these batch validation operations, capping the score at 2. | 2 / 3 |
Progressive Disclosure | No bundle files exist and all ~580 lines live inline in SKILL.md; the section organization is reasonable, but content that could be split into reference files (each pattern, the contract spec) is inline rather than one level deep. | 2 / 3 |
Total | 9 / 12 Passed |