C

Clickhouse技能

alloc-profile
clickhouse
分析 jemalloc(或其他)的分配概況,格式為摺疊堆疊。當使用者想要分析記憶體分配、找出主要分配者時使用,或…
official
bisect
clickhouse
使用CI中預先構建的主分支二進位檔來二分ClickHouse的回歸問題。當使用者想找出引入錯誤的提交時使用。
official
chdb-datastore
clickhouse
DataStore 是一個惰性、基於 ClickHouse 的 pandas 替代方案。您現有的 pandas 程式碼無需修改即可運作——但操作會編譯為最佳化的 SQL,並僅在需要結果時(例如 print()、len()、迭代)才執行。
official
chdb-sql
clickhouse
直接在Python中執行ClickHouse SQL — 無需伺服器。使用完整的ClickHouse SQL功能查詢本地檔案、遠端資料庫和雲端儲存。
official
clickhouse-architecture-advisor
clickhouse
在設計 ClickHouse 架構、選擇資料導入或建模模式,或將最佳實踐轉化為特定工作負載的系統時,必須使用此工具。
official
clickhouse-best-practices
clickhouse
我们要求翻译一段文本,目标语言是繁体中文。文本内容是关于ClickHouse最佳实践的规则,包括模式设计、查询优化和数据摄取策略。需要保留名称"clickhouse-best-practices"(但名称不在<text>内,所以不翻译)。注意不要添加额外内容,只翻译<text>内的文字。 翻译时注意专业术语:schema design -> 模式設計,query optimization -> 查詢優化,data ingestion strategy -> 數據攝取策略,primary key -> 主鍵,data type selection -> 數據類型選擇,immutable design decisions -> 不可變設計決策,JOIN -> JOIN(保留),insert batching -> 插入批次處理,mutation avoidance -> 避免突變,columnar storage -> 列式存儲,sparse index mechanics -> 稀疏索引機制,structured review procedures -> 結構化審查程序。 注意繁体中文用词:规则、组织、涵盖、关键、标记、提供等。 文本末尾有"for...",但原文是"for..."后面没有完整
official
clickhouse-best-practices
clickhouse
審查 ClickHouse 結構、查詢或配置時必須使用。包含 31 條規則,在提供建議前必須檢查。務必閱讀…
official
clickhouse-js-node-coding
clickhouse
Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse/client`). Use this skill whenever a user is *building* against the Node.js…
official
clickhouse-js-node-coding
clickhouse
參考資料:https://clickhouse.com/docs/integrations/javascript
official
clickhouse-js-node-rowbinary
clickhouse
生成讀取/解碼以及寫入/編碼 ClickHouse RowBinary 串流的 TypeScript/JavaScript 程式碼,適用於 ClickHouse HTTP 伺服器。每當需要時使用此技能…
official
clickhouse-js-node-rowbinary
clickhouse
生成讀取/解碼以及寫入/編碼 ClickHouse RowBinary 串流的 TypeScript/JavaScript 程式碼,適用於 ClickHouse HTTP 伺服器。每當需要時使用此技能…
official
clickhouse-js-node-rowbinary-parser
clickhouse
生成 TypeScript/JavaScript 程式碼,用於讀取並解碼來自 ClickHouse HTTP 伺服器的 RowBinary 串流。當使用者想要…時,請使用此技能。
official
clickhouse-js-node-troubleshooting
clickhouse
參考資料:https://clickhouse.com/docs/integrations/javascript
official
clickhouse-js-node-troubleshooting
clickhouse
排查並解決 ClickHouse Node.js 用戶端 (@clickhouse/client) 的常見問題。當使用者回報錯誤、異常情況時,請使用此技能。
official
clickhouse-managed-postgres-rca
clickhouse
在調查 ClickHouse 管理的 Postgres 實例效能問題時必須使用。提供基於證據的 RCA 工作流程,可抓取 Prometheus…
official
clickhouse-pr-description
clickhouse
為 ClickHouse/ClickHouse 產生符合維護者期望的 PR 描述。在建立或更新 PR 描述時使用。
official
clickhousectl-cloud-deploy
clickhouse
當用戶想要將ClickHouse部署到雲端、上線生產環境、使用ClickHouse Cloud、託管受管理的ClickHouse服務,或從本地遷移時使用。
official
clickhousectl-local-dev
clickhouse
當用戶想要使用 ClickHouse 構建應用程式、設置本地 ClickHouse 開發環境、安裝 ClickHouse、創建本地伺服器時使用,
official
clickstack-otel-collector
clickhouse
當使用者想要將 OpenTelemetry collector 接入 ClickHouse Cloud 上的 Managed ClickStack 服務時使用,無論是透過部署新的本地 collector…
official
close-flaky-issues
clickhouse
審查開放的「不穩定測試」GitHub 問題,並關閉那些測試在主分支上不再失敗的問題。交叉比對來自 play.clickhouse.com 的 CI 歷史記錄與…
official
code-review
clickhouse
審查 clickhouse-java 中的變更,確保正確性、相容性、API 穩定性及測試完整性。適用於審查拉取請求、提交、差異、修補程式等。
official
code-review
clickhouse
Review changes in clickhouse-java for correctness, compatibility, API stability, and missing tests. Use when reviewing pull requests, commits, diffs, patches,…
official
continue-pr
clickhouse
繼續處理現有的 PR——解決衝突、修復 CI 失敗、處理審查意見並推送更新。當使用者想要接手並…
official
cpp-header-template
clickhouse
Generate C++ header files following Google Style Guide. Use when creating new header files or asking for a header template.
official
cpp-naming-check
clickhouse
Check C++ naming conventions against Google Style Guide. Use when checking if names follow conventions or when renaming identifiers.
official
cpp-review
clickhouse
Review C++ code against Google C++ Style Guide. Use when reviewing C++ code, pull requests, or when asked to check code style compliance.
official
cpp-review
clickhouse
根據 Google C++ 風格指南審查 C++ 程式碼。在審查 C++ 程式碼、拉取請求或需要檢查程式碼風格合規性時使用。
official
cpu-profile
clickhouse
使用取樣查詢分析器和 system.trace_log 對 ClickHouse 查詢進行分析。當使用者想要找出 CPU 熱點、分析時間花費在何處時使用。
official
create-new-release
clickhouse
Create and push a new semver release tag. Asks for release type (patch/minor/major), validates commit exists on remote, bumps version, and pushes the tag.
official
create-worktree
clickhouse
建立一個 ClickHouse git worktree,並從主儲存庫以硬連結方式連結子模組。當使用者想為 ClickHouse 開發建立新的 worktree 時使用。
official
decompress-binary
clickhouse
Extract the inner ELF from a ClickHouse self-extracting `clickhouse` binary, including when its architecture differs from the host (e.g. to load an aarch64 CI…
official
edit-changelog
clickhouse
將自動生成的 ClickHouse 版本更新日誌編輯成提交至 CHANGELOG.md 的格式。當使用者擁有……的輸出時使用。
official
fix-release-pr
clickhouse
Fix CI failures and address code-review comments on a pull request that targets the protected `release` branch of `ClickHouse/clickhouse-js`. Release PRs are…
official
fix-release-pr
clickhouse
Fix CI failures and address code-review comments on a pull request that targets the protected `release` branch of `ClickHouse/clickhouse-js`. Release PRs are…
official
fix-sync
clickhouse
修復 Pull Request 中的「CH Inc sync」任務,方法是解決對應 clickhouse-private 同步 PR 中的衝突。
official
good-prs
clickhouse
顯示一份開放中ClickHouse PR的報告,這些PR的唯一非綠色CI檢查是「CH Inc sync」(或完全綠色),即實際上已準備好合併。按您的…分組
official
google-cpp-style
clickhouse
Google C++ Style Guide rules for writing clean, maintainable C++ code. Use when writing C++, reviewing code, discussing naming conventions, formatting, class…
official
infra-clickhouse
clickhouse
使用clickhousectl CLI設定及管理ClickHouse——安裝並執行本機ClickHouse伺服器以利開發,同時建立受管理的ClickHouse Cloud…
official
infra-postgres
clickhouse
使用 clickhousectl CLI 設定並管理 Postgres — 執行本機 Docker 支援的 Postgres 以進行開發,並建立及操作受管理的 ClickHouse…
official
install-skills
clickhouse
透過提問並根據您的偏好更新技能檔案,為您的工作區配置和自訂技能。
official
investigate-ci
clickhouse
從 PR 或 S3 報告網址端到端調查 ClickHouse CI 失敗原因,擷取失敗的測試及其輸出,搜尋現有的追蹤 GitHub…
official
keeper-stress-analysis
clickhouse
分析來自 play.clickhouse.com / keeper_stress_tests 資料倉儲的 ClickHouse Keeper 壓力測試結果。每當使用者詢問關於 Keeper…
official
perf-comparison
clickhouse
從現有的 CI/儀表板資料或本機 perf.py 執行結果評估 ClickHouse 效能測試結果。用於檢查 PR 效能變更、執行本機效能…
official
perf-report
clickhouse
分析 ClickHouse PR 的 CI 效能比較報告。列出所有回歸與改進,並與主分支歷史交叉比對以區分真實…
official
release
clickhouse
Drive a package release of `ClickHouse/clickhouse-js` end to end: bump the version, sync the protected `release` branch from `main`, watch the npm publish…
official
release
clickhouse
Drive a package release of `ClickHouse/clickhouse-js` end to end: bump the version, sync the protected `release` branch from `main`, watch the npm publish…
official
review
clickhouse
審查 ClickHouse Pull Request 的正確性、安全性、效能和合規性。當使用者想要審查 PR 或 diff 時使用。
official
setup
clickhouse
引導用戶設定與此插件捆綁的 ClickHouse MCP 伺服器連線。當用戶首次安裝插件或遇到問題時使用…
official
setup
clickhouse
Set up the `clickhouse-js` repository in a fresh checkout so the agent can run tests, lints, type checks, builds, or examples. Use this skill before invoking…
official
setup
clickhouse
在全新檢出(或拉取影響 package.json 檔案的變更後)執行任何 npm run test:*、npm run lint、npm run typecheck 或 npm run build 腳本之前,請先使用此技能。
official
share
clickhouse
Share a Claude Code session to pastila.nl and return a viewer link. Shares the current session by default, or a session specified as a transcript path, a…
official
triage-issues
clickhouse
Analyzes a single GitHub issue at a time. Reads the description, defines labels and priority, researches additional information, and provides a short but…
official
typescript-lsp
clickhouse
Use the TypeScript language server (`typescript-language-server`) for precise code intelligence in the `clickhouse-js` repository: go-to-definition, find…
official
typescript-lsp
clickhouse
Use the TypeScript language server (`typescript-language-server`) for precise code intelligence in the `clickhouse-js` repository: go-to-definition, find…
official
update-contrib
clickhouse
更新 ClickHouse 第三方函式庫(contrib 子模組)至新版本。處理分支管理、子模組指標更新、CMake 適配及原始碼…
official
update-keyword-engine-lists
clickhouse
Update ALLOWED_KEYWORD_ALIASES in ClickHouseSqlUtils.java and ENGINE_TO_TABLE_TYPE in DatabaseMetaDataImpl.java from failing test output. Use when…
official