Skip to main content
ClickHouse
GitHub 创作者资料

ClickHouse

按仓库查看 18 个 GitHub 仓库中的 68 个已收集 skills。

已收集 skills
68
仓库
18
更新
2026年8月28日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

continue-pr-auto
软件开发工程师

Unattended variant of continue-pr for automation (driven by utils/continue-all-prs.sh). Resolves conflicts - reworking stale features to reconcile with current master when a mechanical merge is not enough - fixes CI, addresses feedback, and pushes without…

2026年8月12日
continue-pr
软件开发工程师

Continue work on an existing PR - resolve conflicts, fix CI failures, address reviewer feedback, and push updates. Use when the user wants to pick up and advance a pull request.

2026年8月12日
review
软件质量保证分析师与测试员

Review a ClickHouse Pull Request for correctness, safety, performance, and compliance. Use when the user wants to review a PR or diff.

2026年8月12日
diff-review
软件质量保证分析师与测试员

In-browser review of pending changes before committing or opening a PR. Starts a local server on localhost:3000 that renders the working-tree diff with @pierre/diffs CodeView, opens the user's browser, and waits for their line comments — which must then be…

2026年8月10日
breaking-change-check
软件质量保证分析师与测试员

Use when a change rejects previously-accepted input, removes or gates a user-visible mechanism, flips a user-visible default, or carries the "Backward Incompatible Change" changelog category - before creating or approving the PR, and before backporting such a…

2026年7月30日
perf-report
软件质量保证分析师与测试员

Analyze CI performance comparison reports for a ClickHouse PR. Lists all regressions and improvements, cross-references with master history to distinguish real changes from flaky tests.

2026年7月27日
update-contrib
软件开发工程师

Update a ClickHouse third-party library (contrib submodule) to a new version. Handles fork management, submodule pointer bumps, CMake adaptation, and source code fixes. Use when the user wants to bump a dependency.

2026年7月27日
investigate-ci
软件质量保证分析师与测试员

Investigate a ClickHouse CI failure end-to-end from a PR or S3 report URL. Fetches the failed tests and their output, classifies each as flaky vs a real regression using play.clickhouse.com master history, and for every failure searches for both an existing…

2026年7月27日
已展示 8 / 23 个已收集 Skill。
clickhouse-js-node-rowbinary
软件开发工程师

Generate TypeScript/JavaScript code that reads/decodes AND writes/encodes ClickHouse RowBinary streams for the ClickHouse HTTP server. Use this skill whenever a user wants to parse or produce `RowBinary`, `RowBinaryWithNames`, or `RowBinaryWithNamesAndTypes`.…

2026年8月6日
infra-clickhouse
网络与计算机系统管理员

Sets up and manages ClickHouse using the clickhousectl CLI — installs and runs a local ClickHouse server for development, and creates managed ClickHouse Cloud services for production (authentication, service creation, schema migration, application…

2026年7月27日
infra-postgres
网络与计算机系统管理员

Sets up and manages Postgres using the clickhousectl CLI — runs a local Docker-backed Postgres for development, and creates and operates managed ClickHouse Cloud Postgres services (connections, TLS, runtime config, read replicas, failover, point-in-time…

2026年7月27日
clickstack-otel-collector
网络与计算机系统管理员

Use when a user wants to wire an OpenTelemetry collector into a Managed ClickStack service on ClickHouse Cloud, either by deploying a new local collector (Docker run or Docker Compose) or by configuring their own existing collector, then send rich synthetic…

2026年7月13日
clickhouse-js-node-coding
软件开发工程师

Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse/client`). Use this skill whenever a user is *building* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing…

2026年6月30日
clickhouse-js-node-troubleshooting
软件开发工程师

Troubleshoot and resolve common issues with the ClickHouse Node.js client (@clickhouse/client). Use this skill whenever a user reports errors, unexpected behavior, or configuration questions involving the Node.js client specifically — including socket hang-up…

2026年6月30日
clickhouse-managed-postgres-rca
网络与计算机系统管理员

MUST USE when investigating performance issues on a ClickHouse-managed Postgres instance. Provides an evidence-based RCA workflow that scrapes the Prometheus endpoint for system signal, pulls per-digest evidence from the Slow Query Patterns API, and…

2026年6月8日
chdb-datastore
软件开发工程师

Use when the user has tabular data (pandas DataFrame, parquet, csv, Arrow, json) and wants to filter, group, aggregate, join, or speed up slow pandas. Provides chDB DataStore — same pandas API, ClickHouse engine underneath. Also handles reading from S3,…

2026年5月26日
已展示 8 / 11 个已收集 Skill。
已展示 12 / 18 个仓库