Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
Altinity
GitHub 제작자 프로필

Altinity

6개 GitHub 저장소에서 수집된 43개 skills를 저장소 단위로 보여줍니다.

수집된 skills
43
저장소
6
업데이트
2026-07-15
저장소 탐색

저장소와 대표 skills

altinity-expert-clickhouse-security
정보 보안 분석가

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.

2026-06-03
altinity-expert-clickhouse-grants
정보 보안 분석가

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.

2026-06-03
altinity-expert-clickhouse-caches
소프트웨어 개발자

Analyze ClickHouse cache systems including mark cache, uncompressed cache, and query cache. Use for cache hit ratio issues and cache tuning.

2026-06-01
altinity-expert-clickhouse-connection
소프트웨어 개발자

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.

2026-06-01
altinity-expert-clickhouse-dictionaries
소프트웨어 개발자

Analyze ClickHouse external dictionaries including configuration, memory usage, reload status, and performance. Use for dictionary issues and load failures.

2026-06-01
altinity-expert-clickhouse-index-analysis
소프트웨어 개발자

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.

2026-06-01
altinity-expert-clickhouse-ingestion
소프트웨어 개발자

Diagnose ClickHouse INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Use for slow inserts and data pipeline issues.

2026-06-01
altinity-expert-clickhouse-kafka
소프트웨어 개발자

Diagnose ClickHouse Kafka engine health, consumer status, thread pool capacity, and consumption issues. Use for Kafka lag, consumer errors, and thread starvation.

2026-06-01
이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
release-branch-monitor
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-27
distributed-systems-audit
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-20
usability-audit
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-20
github-issue-template
소프트웨어 품질 보증 분석가·테스터

Write well-formatted GitHub issues for the Altinity ClickHouse repository following team conventions. Covers bug reports for regressions, upstream bugs, and flaky test tracking.

2026-04-15
pr-ci-failure-triage
소프트웨어 품질 보증 분석가·테스터

Analyze all CI failures in a Pull Request and categorize them as regressions, pre-existing flaky tests, infrastructure issues, or cascade failures.

2026-04-15
regression-test-database-investigation
소프트웨어 품질 보증 분석가·테스터

Use the internal CI database to determine whether an Altinity regression test failure is flaky, a likely regression, or a new/unknown failure.

2026-04-15
upstream-ci-database-queries
네트워크·컴퓨터 시스템 관리자

Reference for querying CI databases that store upstream test results (Stateless and Integration tests), including cross-referencing Altinity CI vs upstream CI.

2026-04-15
upstream-test-investigation
소프트웨어 품질 보증 분석가·테스터

Deep investigation of a specific upstream ClickHouse test failure - query history, analyze logs, find root cause, search for existing upstream issues and fixes.

2026-04-15
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
antalya-feature-design
소프트웨어 개발자

Scaffold or review a feature design document for ClickHouse / Antalya. Use this whenever a developer wants to design or implement a new feature, add a SQL function, add a setting, add a new engine or format, or change server behavior in a non-trivial way — even if they don't explicitly ask for a "design doc". Also use when reviewing an existing design before implementation starts.

2026-05-07
codebase-consistency-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when asked to review a PR, commit, commit range, branch, patch, or pasted diff for duplicated functionality, reinvented wheels, not-invented-here patterns, parallel abstractions, inconsistent naming, inconsistent settings/APIs/schemas/metrics/errors/logs, redundant config keys, non-standard implementations, or places where new code should reuse, generalize, extend, or align with existing codebase patterns and user-facing conventions. Triggers on phrases like "review for duplication", "consistency review", "is this already implemented", "does this match our conventions", "reinventing the wheel".

2026-05-04
ubrella-clickhose-review
소프트웨어 품질 보증 분석가·테스터

Use when the user asks for a multi-perspective review of a ClickHouse / C++ diff, PR, branch, commit range, or commit hash. Triggers on requests like "review this PR", "umbrella review", "ubrella review", "do a full review", "deep review of branch X", or any ClickHouse code review where multiple independent angles (security, perf, concurrency, lifetime, compat, tests, etc.) should be considered before producing a consolidated report.

2026-05-04
audit-review
소프트웨어 품질 보증 분석가·테스터

Perform deep feature audits with transition-matrix and logical fault-injection validation. Use when reviewing complex changes, regressions, state-machine behavior, config interactions, API/protocol flows, and concurrency-sensitive logic.

2026-04-13
clickhouse-pr-description
소프트웨어 개발자

Generate PR descriptions for ClickHouse/ClickHouse that match maintainer expectations. Use when creating or updating PR descriptions.

2026-03-18
review
소프트웨어 품질 보증 분석가·테스터

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

2026-03-18
test-mcp-connector
소프트웨어 품질 보증 분석가·테스터

Register a temporary MCP connector in claude.ai and/or chatgpt.com, verify it works, then offer cleanup. Trigger when the user wants to test an MCP server URL through a real AI frontend — phrases like "test mcp", "add test connector", "smoke-test mcp server", "register connector for testing", "check mcp in claude", "check mcp in chatgpt".

2026-05-14
codebase-consistency-reviewer
소프트웨어 품질 보증 분석가·테스터

Use when asked to review a PR, commit, commit range, branch, patch, or pasted diff for duplicated functionality, reinvented wheels, not-invented-here patterns, parallel abstractions, inconsistent naming, inconsistent settings/APIs/schemas/metrics/errors/logs, redundant config keys, non-standard implementations, or places where new code should reuse, generalize, extend, or align with existing codebase patterns and user-facing conventions. Language-agnostic — works on Go, C++, Python, TypeScript, etc. Triggers on phrases like "review for duplication", "consistency review", "is this already implemented", "does this match our conventions", "reinventing the wheel", "is there a helper for this".

2026-05-07
umbrella-go-review
소프트웨어 품질 보증 분석가·테스터

Use when the user asks for a multi-perspective review of a Go diff, PR, branch, commit range, or commit hash. Triggers on requests like "review this PR", "umbrella review", "do a full review", "deep review of branch X", or any Go-codebase code review where multiple independent angles (security, perf, concurrency, lifetime, compat, tests, etc.) should be considered before producing a consolidated report. Adapted for altinity-mcp from the upstream ClickHouse `umbrella-clickhose-review` skill — same workflow, Go-flavored subagents (drops C++ headers + lifetime; reframes security around OAuth/secret-handling, perf around GC/goroutines/channels, compat around helm-chart/image-rolling/OAuth-config rename).

2026-05-07
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다