Content
65%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A rich, highly actionable pattern catalog with excellent executable examples, but it is a monolithic wall of inlined content with some over-explanation of basics and no validation checkpoints for its batch/destructive operations.
Suggestions
Remove or trim the Overview and Key Features sections that explain general column-store/OLAP concepts Claude already knows, keeping only ClickHouse-specific guidance.
Add validation/verification checkpoints to the batch and destructive workflows (e.g., confirm row counts after bulk insert, verify CDC payload schema before insert) so workflow clarity can exceed the batch-operation cap of 3.
Move the larger reference blocks (Common Analytics Queries, Data Pipeline Patterns) into separate files under references/ and link to them one level deep, turning SKILL.md into a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient code patterns, but the Overview and Key Features sections explain concepts Claude already knows (e.g., 'column-oriented database management system', 'Data compression', 'Parallel query execution'), which is padding that could be trimmed. | 3 / 5 |
Actionability | Fully executable, copy-paste-ready SQL and TypeScript examples with explicit PASS/FAIL contrast cover the common cases (MergeTree design, aggregations, bulk inserts, materialized views, monitoring). | 5 / 5 |
Workflow Clarity | This is a pattern catalog rather than a sequenced workflow, and the batch/destructive operations (bulk insert, ETL pipeline, CDC) lack validation or verification checkpoints, capping workflow clarity at 3 per the batch-operations rule. | 3 / 5 |
Progressive Disclosure | Sections are clearly headed, but the ~440-line SKILL.md is monolithic with no bundle files or one-level-deep references; large blocks (analytics queries, pipeline patterns) that could live in separate reference files are inlined. | 3 / 5 |
Total | 14 / 20 Passed |