← all publishers

altinity

@altinity source repo

35 published skills

  1. Testflows · altinity bundle
    Retrieve and analyze TestFlows logs with tfs, then inspect ClickHouse _instances server error logs. Use when analyzing TestFlows test failures, reading test.log/raw.log, running tfs show/transform/report/document, debugging a local regression.py run, or looking at clickhouse-server.err.log under _instances.
    0
    installs
  2. Compose Env · altinity bundle
    Bring up a clickhouse-regression docker-compose cluster from a suite env folder without running regression.py, then open an interactive clickhouse client. Use when the user wants to start or stop a local test cluster, docker compose up inside cas_env/iceberg_env/s3_env or any *_env folder, or run manual SQL against those nodes.
    0
    installs
  3. Export Part · altinity
    Run export_part tests in the s3 test suite. Use when the user wants to run export part tests, test ALTER TABLE EXPORT PART functionality, or test exporting MergeTree parts to S3.
    0
    installs
  4. Cicd Trigger · altinity
    Trigger GitHub Actions workflows for ClickHouse regression tests. Use when the user wants to run CI/CD tests, trigger regression workflows, or check running workflow status.
    0
    installs
  5. Usability Audit · altinity
    Perform a usability audit of a feature, PR, or test suite from the user/operator's point of view and produce a clean list of issues they may face in normal flow, failure modes, cancellation, retries, concurrent admin actions, diagnostics, and at scale. Use when the user asks for a usability audit, user-journey trace, operator experience review, or wants a report of issues an operator may hit when using a feature. Also use proactively after completing a feature or PR audit to append an operational readiness section.
    0
    installs
  6. CI Job Forensics · altinity
    Extract facts from a CI job - fetch logs (including previous attempts), read huge artifacts without downloading them, identify the runner hardware, bisect a regression on branch runs, and interpret broken_tests.yaml matching.
    0
    installs
  7. Export Partition · altinity
    Run export partition tests in the s3 test suite. Use when the user wants to run export partition tests, test ALTER TABLE EXPORT PARTITION ID functionality, or test exporting MergeTree partitions to S3.
    0
    installs
  8. Technical Writing · altinity
    Use when writing or revising any prose a person will read — chat replies to the user, docs, READMEs, wiki pages, CLI --help text, error and log messages, commit bodies, PR descriptions, release notes, code comments. Also use when text reads as stiff, hedged, padded, corporate, or breezy, or when an error message leaves the reader with nothing to do. Portable voice-and-tone rules adapted from the Microsoft Writing Style Guide; carries no Microsoft-specific terminology or UI conventions.
    0
    installs
  9. Pr CI Failure Triage · altinity
    Verify a Pull Request's CI before approving it - QA verification, PR verification, CI triage, "check the CI of PR
    0
    installs
  10. Github Issue Template · altinity
    Write well-formatted GitHub issues for the Altinity ClickHouse repository following team conventions. Covers bug reports for regressions, upstream bugs, and flaky test tracking.
    0
    installs
  11. Release Branch Monitor · altinity bundle
    Monitor MasterCI failures on a release branch (e.g. antalya-26.1) by cross-referencing the last N CI run reports. Use when the user asks to "check failing tests on branch X", "monitor a release branch", "see which tests are flaky on antalya-XX.X before release", or wants to know which failures are consistent vs flaky vs isolated across recent MasterCI runs.
    0
    installs
  12. Distributed Systems Audit · altinity
    Perform a static, distributed-systems-focused audit of a PR or feature. Use when reviewing changes to replication, cluster coordination, RPC/network paths, consensus- or Keeper-style dependencies, multi-node protocols, distributed state, retries/timeouts, or any logic whose correctness depends on behavior across nodes under partial failure.
    0
    installs
  13. Upstream Test Investigation · altinity
    Skill: Upstream Test Failure Investigation
    0
    installs
  14. Upstream CI Database Queries · altinity
    Skill: Upstream CI Database Queries
    0
    installs
  15. Regression Test Database Investigation · altinity bundle
    Investigate one Altinity regression-suite (TestFlows) failure - "investigate this test", "why is this scenario failing". Handles scenario paths starting with a slash (`/swarms/...`, `/lightweight delete/...`, `/ldap/authentication`) - anything recorded in `gh-data.clickhouse_regression_results`. Reaches a verdict - regression, pre-existing flaky, infrastructure, cascade, or unknown - using the CI database, the ClickHouse source when the error comes from the server, and this repository's own history. Works without the database password.
    0
    installs
  16. Altinity Profiler Clickhouse · altinity bundle
    Profile a ClickHouse cluster via MCP and emit a per-cluster "analyst" Skill the user can save in claude.ai. Activate when the user asks to "profile this ClickHouse", "generate an analyst skill", "build a schema guide", "map the data in this cluster", or regenerate an existing cluster-analyst Skill after schema changes. Works against any ClickHouse with read-only SELECT/SHOW/DESCRIBE access via an `execute_query` MCP tool (e.g. the Altinity MCP server). Outputs a 5-file markdown bundle plus a README.
    0
    installs
  17. Altinity Expert Clickhouse Logs · altinity bundle
    Analyze ClickHouse system log table health including TTL configuration, disk usage, freshness, and cleanup. Use for system log issues and TTL configuration.
    0
    installs
  18. Altinity Expert Clickhouse Kafka · altinity bundle
    Diagnose ClickHouse Kafka engine health, consumer status, thread pool capacity, consumption issues, and Kafka rack-awareness problems. Use for Kafka lag, consumer errors, thread starvation, or unexpected cross-AZ Kafka traffic and cost.
    0
    installs
  19. Altinity Expert Clickhouse Caches · altinity bundle
    Analyze ClickHouse cache systems including mark cache, uncompressed cache, and query cache. Use for cache hit ratio issues and cache tuning.
    0
    installs
  20. Altinity Expert Clickhouse Grants · altinity bundle
    Diagnose and resolve ClickHouse grant and authentication errors, especially after upgrades. Use when queries fail with ACCESS_DENIED/NOT_ENOUGH_PRIVILEGES, AUTHENTICATION_FAILED/WRONG_PASSWORD/REQUIRED_PASSWORD, or ON CLUSTER privilege errors; when system.* or INFORMATION_SCHEMA access is denied; or when grant behavior changes after version upgrades.
    0
    installs
  21. Altinity Expert Clickhouse Memory · altinity bundle
    Diagnose ClickHouse RAM usage, OOM errors, memory pressure, and allocation patterns. Use for memory-related issues and out-of-memory errors.
    0
    installs
  22. Altinity Expert Clickhouse Merges · altinity bundle
    Diagnose ClickHouse merge performance, part backlog, and 'too many parts' errors. Use for merge issues and part management problems.
    0
    installs
  23. Altinity Expert Clickhouse Schema · altinity bundle
    Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization.
    0
    installs
  24. Altinity Expert Clickhouse Metrics · altinity bundle
    Real-time monitoring of ClickHouse metrics, events, and asynchronous metrics. Use for load average, connections, queue monitoring, and resource saturation.
    0
    installs
  25. Altinity Expert Clickhouse Storage · altinity bundle
    Diagnose ClickHouse disk usage, compression efficiency, part sizes, and storage bottlenecks. Use for disk space issues and slow IO.
    0
    installs
  26. Altinity Expert Clickhouse Overview · altinity bundle
    Runs a fast ClickHouse server health snapshot and routes to specialist skills. Use as the entry point for general health checks or when the problem area is not yet known.
    0
    installs
  27. Altinity Expert Clickhouse Part Log · altinity bundle
    Diagnose ClickHouse issues by analyzing system.part_log (part creation, merges, mutations, downloads, removals, moves). Use for too many parts / micro-batch inserts, merge backlog or slow merges, mutation storms (ALTER DELETE/UPDATE), unusual replication DownloadPart churn, unexpected RemovePart spikes, or ZooKeeper/Keeper znode growth correlated with part activity.
    0
    installs
  28. Altinity Expert Clickhouse Security · altinity bundle
    Read-only ClickHouse security audit expert for live or exported systems. Use when assessing ClickHouse security posture, reviewing users, roles, grants, settings profiles, row policies, table functions, external sources, table engines, executable UDFs, audit logs, named collections, password hash hygiene, SQL SECURITY DEFINER, impersonation, TLS/network exposure, Keeper/interserver security, encryption at rest, backups, the HTTP interface surface, cluster security, or version-specific ClickHouse security behavior. Diagnoses from SQL/system tables, supplied configuration files, query logs, access metadata, and ClickHouse/Altinity documentation.
    0
    installs
  29. Altinity Expert Clickhouse Ingestion · altinity bundle
    Diagnose ClickHouse INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Use for slow inserts and data pipeline issues.
    0
    installs
  30. Altinity Expert Clickhouse Mutations · altinity bundle
    Track and diagnose ClickHouse ALTER UPDATE, ALTER DELETE, and other mutation operations. Use for stuck mutations and mutation performance issues.
    0
    installs
  31. Altinity Expert Clickhouse Reporting · altinity bundle
    Diagnose ClickHouse SELECT query performance, analyze query patterns, identify slow queries, and find optimization opportunities. Use for query latency and timeout issues.
    0
    installs
  32. Altinity Expert Clickhouse Connection · altinity
    Establishes the ClickHouse connection mode, cluster macro, and default log timeframe for diagnostics. Use first, before any other altinity-expert-clickhouse skill, to verify connectivity and set shared analysis rules.
    0
    installs
  33. Altinity Expert Clickhouse Replication · altinity bundle
    Diagnose ClickHouse replication health, Keeper connectivity, replica lag, and queue issues. Use for replication lag and read-only replica problems.
    0
    installs
  34. Altinity Expert Clickhouse Dictionaries · altinity bundle
    Analyze ClickHouse external dictionaries including configuration, memory usage, reload status, and performance. Use for dictionary issues and load failures.
    0
    installs
  35. Altinity Expert Clickhouse Index Analysis · altinity bundle
    Analyze whether ClickHouse indexes (PRIMARY KEY, ORDER BY, skipping indexes, projections) are being used effectively for actual query patterns. Use when investigating index effectiveness, ORDER BY key design, query-to-index alignment, or when queries scan more data than expected.
    0
    installs