Skip to main content
ClickHouse
GitHub creator profile

ClickHouse

Repository-level view of 68 collected skills across 18 GitHub repositories.

skills collected
68
repositories
18
updated
Aug 28, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

continue-pr-auto
software-developers

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…

Aug 12, 2026
continue-pr
software-developers

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.

Aug 12, 2026
review
software-quality-assurance-analysts-and-testers

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

Aug 12, 2026
diff-review
software-quality-assurance-analysts-and-testers

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…

Aug 10, 2026
breaking-change-check
software-quality-assurance-analysts-and-testers

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…

Jul 30, 2026
perf-report
software-quality-assurance-analysts-and-testers

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.

Jul 27, 2026
update-contrib
software-developers

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.

Jul 27, 2026
investigate-ci
software-quality-assurance-analysts-and-testers

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…

Jul 27, 2026
Showing 8 of 23 collected skills.
clickhouse-js-node-rowbinary
software-developers

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`.…

Aug 6, 2026
infra-clickhouse
network-and-computer-systems-administrators

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…

Jul 27, 2026
infra-postgres
network-and-computer-systems-administrators

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…

Jul 27, 2026
clickstack-otel-collector
network-and-computer-systems-administrators

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…

Jul 13, 2026
clickhouse-js-node-coding
software-developers

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…

Jun 30, 2026
clickhouse-js-node-troubleshooting
software-developers

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…

Jun 30, 2026
clickhouse-managed-postgres-rca
network-and-computer-systems-administrators

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…

Jun 8, 2026
chdb-datastore
software-developers

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,…

May 26, 2026
Showing 8 of 11 collected skills.
Showing 12 of 18 repositories