Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is concise and well-structured with good Use/Do-not-use framing, but its instructions stay at a high procedural level without executable specifics, lack validation checkpoints for a CI/CD batch workflow, and point to a resource file that is absent from the bundle.
Suggestions
Add concrete, executable guidance to Instructions — e.g. a minimal Great Expectations suite snippet, a dbt test command, or a data-contract YAML example — so the skill is copy-paste actionable rather than purely directional.
Insert an explicit validation checkpoint into the workflow (e.g. run the GE/dbt test suite in CI and only promote on a green run, with a fix-and-retry loop on failure) to satisfy the feedback-loop requirement for batch operations.
Provide the missing `resources/implementation-playbook.md` (or remove/correct the references to it) so the signaled one-level-deep reference actually resolves instead of leaving a dead end.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean — short bullet lists under tight section headers with no padding, no explanation of what data quality is, and no library primers — so every token earns its place and it assumes Claude's competence, matching the score-3 anchor. | 3 / 3 |
Actionability | The Instructions give directional verbs ("Identify critical datasets and quality dimensions", "Define expectations/tests and contract rules", "Automate validation in CI/CD and schedule checks") but no concrete code, commands, or specifics, fitting the score-2 anchor of concrete-but-incomplete guidance with missing key details rather than the fully executable score-3 anchor. | 2 / 3 |
Workflow Clarity | A clear sequence exists (identify → define → automate → set alerting/remediation), but there are no validation/verification checkpoints; since CI/CD data-quality validation is a batch operation, the rubric caps workflow clarity at 2, matching the "steps listed but validation gaps" anchor. | 2 / 3 |
Progressive Disclosure | Sections are well organized and the body signals a one-level-deep reference ("open `resources/implementation-playbook.md`"), but that referenced file does not exist in the bundle (no references/scripts/assets/resources directories), so navigation is broken and cannot reach the score-3 "easy navigation" anchor. | 2 / 3 |
Total | 9 / 12 Passed |