improvement(clickhouse): expand block templates and skills, normalize tool versions#5246
Conversation
… tool versions - Expand ClickHouseBlockMeta templates from 3 to 9 (schema docs, table maintenance, partition retention, long-running-query alerts, table provisioning, storage growth report) - Add document-schema and maintain-tables skills (now 5, all grounded in tools.access) - Normalize tool version '1.0' to '1.0.0' across all 26 tools for repo consistency
PR SummaryLow Risk Overview
All 26 ClickHouse tools have Reviewed by Cursor Bugbot for commit 0c5d816. Configure here. |
Greptile SummaryThis PR expands the ClickHouse integration metadata and normalizes its tool versions. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (3): Last reviewed commit: "improvement(clickhouse): make long-runni..." | Re-trigger Greptile |
…p guidance Address Greptile P1 review: tighten the partition-retention and kill-query templates/skill so agent guidance requires an explicit retention cutoff and elapsed-time threshold, lists/verifies targets first, defaults to alert-only, and never drops a partition or kills a query without confirmation.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 5cfc0af. Configure here.
Address Greptile P1: the kill-query path is a low-level primitive (like drop_table/delete) and shouldn't carry tool-specific kill policy. Remove the autonomous-kill suggestion from the scheduled template so no shipped template steers an agent toward killing a query unattended; alert a human instead. The kill tool stays available for explicit manual use.
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0c5d816. Configure here.

Summary
ClickHouseBlockMetatemplates from 3 to 9 (schema docs, scheduled table maintenance, partition retention cleanup, long-running-query alerts, table provisioning, weekly storage growth report)document-schemaandmaintain-tablesskills (now 5 total, each grounded intools.accessand verified against real, attested ClickHouse use cases)versionfrom'1.0'to'1.0.0'across all 26 tools for repo consistencyType of Change
Testing
bun run lintcleanbun run check:api-validationpassesChecklist