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 highly actionable with abundant executable code, but it carries unnecessary explanatory preamble, lacks validation checkpoints for its batch/destructive operations, and is a monolithic wall of content with no reference structure to split out detail.
Suggestions
Remove the Overview explanation of what ClickHouse is and the 'Key Features' list — Claude already knows this; keep only the patterns that add new information.
Add validation/verification checkpoints to batch and destructive workflows (e.g. verify row counts after bulk insert, confirm CDC payload schema before insert), and replace string-interpolated SQL with parameterized inserts.
Move the lengthy query collections (analytics queries, pipeline patterns) into reference files under references/ and link to them from the SKILL.md overview to add one-level-deep progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly useful executable code, but the Overview and 'Key Features' list explain what ClickHouse is and its basic capabilities — concepts Claude already knows — adding tokens that don't earn their place. | 2 / 3 |
Actionability | Nearly every section ships complete, copy-paste-ready SQL and TypeScript (MergeTree DDL, aggregation queries, materialized views, CDC listener), with explicit GOOD/BAD contrasts; the code is concrete and executable. | 3 / 3 |
Workflow Clarity | Sections are sequenced by topic, but batch/destructive operations (bulk insert, ETL, CDC) have no validation or verification checkpoints, and the insert example uses unparameterized string interpolation that would fail or be unsafe; per the rubric, missing feedback loops on batch operations cap this at 2. | 2 / 3 |
Progressive Disclosure | Content is organized into clear sections, but everything lives inline in one ~430-line monolithic file with no references to separate files and no bundle files present, so there is no progressive disclosure structure to navigate. | 2 / 3 |
Total | 9 / 12 Passed |