Content
7%Reviews 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 a boilerplate overview. It provides no actionable content in the main file—no code examples, no concrete guidance, no workflow. The overview wastes tokens explaining what ClickHouse is, and the 21 sub-skill links are poorly organized with inconsistent naming conventions and no categorical grouping.
Suggestions
Add a quick-start section with at least one executable ClickHouse query example (e.g., creating a MergeTree table and running an analytical query) to make the main skill actionable.
Remove the overview section explaining what ClickHouse is and its key features—Claude already knows this. Replace with a brief decision guide (e.g., 'Choose MergeTree for general analytics, ReplacingMergeTree for dedup scenarios').
Group the 21 sub-skill links into logical categories (e.g., 'Table Engines', 'Query Patterns', 'Data Ingestion', 'Optimization', 'Analytics Use Cases') with 1-sentence descriptions of when to use each.
Fix inconsistent naming: items 17-21 have numeric prefixes (1-5) that conflict with the main numbering and appear to be best practices that should be in their own section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The overview section explains what ClickHouse is and lists basic features (column-oriented storage, parallel execution, etc.) that Claude already knows. This wastes tokens on concepts that add no actionable value. | 1 / 3 |
Actionability | The skill body contains zero executable code, no concrete commands, and no specific examples. It is entirely a list of links to sub-skills with no actionable guidance in the main file itself. | 1 / 3 |
Workflow Clarity | There is no workflow, no sequencing, and no validation steps. The content is just a flat list of 21 sub-skill links with no guidance on when or how to use them, and no logical grouping or ordering rationale. | 1 / 3 |
Progressive Disclosure | The skill does attempt progressive disclosure by linking to 21 sub-skills, but the organization is poor: links are not grouped by category (table design, query patterns, data ingestion, optimization, analytics), some have inconsistent naming (numbered prefixes on items 17-21 but not others), and no bundle files were provided to verify the references exist. The 'Table Design Patterns' header leads directly into the full list without any structure. | 2 / 3 |
Total | 5 / 12 Passed |