Skip to main content
cockroachdb
ملف منشئ GitHub

cockroachdb

عرض على مستوى المستودعات لـ ٥٨ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٥٨
مستودعات
٥
محدث
٢٢ يوليو ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

cockroachdb-sql
مطوّرو البرمجيات

Use when writing, generating, or optimizing SQL for CockroachDB, designing CockroachDB schemas, or when the user asks about CockroachDB-specific SQL patterns, type mappings, and distributed database best practices. Also use when encountering CockroachDB…

٢٢ يوليو ٢٠٢٦
managing-tls-certificates
محللو أمن المعلومات

Manages TLS certificates for CockroachDB clusters including CA certificate configuration, client certificate authentication, certificate rotation, and troubleshooting SSL/TLS connection errors. Use when setting up client certificate auth, resolving SSL…

٢٢ يوليو ٢٠٢٦
auditing-cis-benchmark
محللو أمن المعلومات

Audits a self-hosted CockroachDB cluster against the CIS CockroachDB Benchmark v1.0.0 Level 1 controls. Supports two audit depths — quick automated scans and full CIS audit procedures. Produces a structured PASS/FAIL/MANUAL report covering installation,…

١٦ يوليو ٢٠٢٦
auditing-cloud-cluster-security
محللو أمن المعلومات

Audits the security posture of a CockroachDB cluster (Cloud or self-hosted) across network, authentication, authorization, encryption, audit logging, and backup dimensions. Use when assessing cluster security readiness, preparing for compliance reviews, or…

١ يوليو ٢٠٢٦
analyzing-range-distribution
مطوّرو البرمجيات

Analyzes CockroachDB range distribution across tables and indexes using SHOW RANGES to identify range count, size patterns, leaseholder placement, and replication health. Use when investigating hotspots, uneven data distribution, range fragmentation, or…

١ يوليو ٢٠٢٦
analyzing-schema-change-storage-risk
مطوّرو البرمجيات

Estimates storage requirements for CockroachDB online schema change backfills using SHOW RANGES WITH DETAILS, KEYS, INDEXES. Use before CREATE INDEX, ADD COLUMN with INDEX/UNIQUE, ALTER PRIMARY KEY, CREATE MATERIALIZED VIEW, CREATE TABLE AS, REFRESH, or SET…

١ يوليو ٢٠٢٦
auditing-table-statistics
مطوّرو البرمجيات

Audits optimizer table statistics for staleness, missing coverage, and data quality issues using SHOW STATISTICS. Use when diagnosing poor query performance, unexpected plan changes, or after bulk data changes to identify stale statistics requiring refresh…

١ يوليو ٢٠٢٦
benchmarking-transaction-patterns
مطوّرو البرمجيات

Guides benchmarking and comparing explicit multi-statement transactions versus single-statement CTE transactions in CockroachDB, with fair test methodology, contention analysis, and performance interpretation. Use when comparing transaction formulations,…

١ يوليو ٢٠٢٦
عرض 8 من أصل ٣٠ skills مجمعة.
run-roachtest
محللو ضمان جودة البرمجيات والمختبرون

Run a single CockroachDB roachtest end-to-end: pick local vs. user's GCE worker, launch detached on worker via tmux + `roachstress.sh` with long-poll done-notification and tail. Use whenever user asks to run/stress/kick off a roachtest, or just modified one…

١٢ مايو ٢٠٢٦
drt-analyze
مديرو الشبكات وأنظمة الحاسوب

Analyze DRT cluster health for a given time range. Reconstructs the operations timeline, checks CockroachDB metrics (availability, latency, storage, changefeeds, jobs, goroutines, admission control, LSM, KV prober) and logs for anomalies, correlates findings…

٧ أبريل ٢٠٢٦
skip-test-with-issue
محللو ضمان جودة البرمجيات والمختبرون

Skip a flaky or broken test with proper issue tracking. Use when asked to skip a test, disable a test, or mark a test as flaky.

٦ أبريل ٢٠٢٦
engflow-artifacts
محللو ضمان جودة البرمجيات والمختبرون

Use when downloading test logs, artifacts, or outputs.zip from EngFlow build invocations. Use when investigating CockroachDB CI test failures hosted on mesolite.cluster.engflow.com.

٣١ مارس ٢٠٢٦
redux-to-swr
مطوّرو البرمجيات

Migrate React components from Redux + Saga to SWR hooks. Use when converting data fetching from Redux store (reducers, sagas, selectors, connect HOC) to SWR-based hooks in CockroachDB DB Console or cluster-ui.

٢٦ مارس ٢٠٢٦
bump-cluster-ui
مطوّرو البرمجيات

Bump cluster-ui package version after a release branch cut. Creates two PRs — one to drop the prerelease suffix on the release branch and one to increment the minor version on master.

٢٥ مارس ٢٠٢٦
file-crdb-issue
مطوّرو البرمجيات

Use when filing, creating, or reporting GitHub issues for CockroachDB. Use when asked to open a bug report, feature request, investigation issue, or performance inquiry. Also use when the user mentions wanting to track a problem, report a regression, or…

٢٣ مارس ٢٠٢٦
review-crdb
محللو ضمان جودة البرمجيات والمختبرون

Review code changes or PRs for quality, correctness, and reviewability. Use when asked to "review", "check", "provide feedback", or "post a review". Dispatches specialized agents in parallel for thorough analysis.

١٧ مارس ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
collecting-cockroachdb-operator-escalation-packet
مديرو الشبكات وأنظمة الحاسوب

Collects a complete CockroachDB Operator escalation packet for TSC/TSE or operator-team handoff, including Helm state, Kubernetes resources, logs, operation-specific evidence, pprof goroutine dumps, metrics, and a customer action timeline. Use when general…

٧ يوليو ٢٠٢٦
diagnosing-cockroachdb-helm-deployments
مديرو الشبكات وأنظمة الحاسوب

Diagnoses failed or unhealthy CockroachDB Helm chart deployments by checking Helm release state, operator health, CrdbCluster and CrdbNode status, pod readiness, RBAC, webhooks, TLS, upgrades, scaling, PVCs, DNS, and multi-region assumptions. Use when Helm…

٧ يوليو ٢٠٢٦
debugging-cockroachdb-operator-migrations
مديرو الشبكات وأنظمة الحاسوب

Debugs CockroachDB Operator migration scenarios, including Helm StatefulSet to v1beta1 CrdbNode migration and public operator v1alpha1 to v1beta1 migration. Use when migration labels, migration phases, source StatefulSet ownership, converted CRDs, PVC…

٧ يوليو ٢٠٢٦
installing-cockroachdb-with-helm
مديرو الشبكات وأنظمة الحاسوب

Guides customer-facing installation of CockroachDB on Kubernetes using the CockroachDB split Helm charts and operator-managed v1beta1 resources. Use when installing CockroachDB with Helm, choosing between published and local split charts, verifying a new…

٧ يوليو ٢٠٢٦
validating-cockroachdb-helm-multiregion
مديرو الشبكات وأنظمة الحاسوب

Validates CockroachDB Helm chart values and Kubernetes prerequisites for operator-managed multi-region deployments. Use before adding a region, deploying CockroachDB across multiple Kubernetes clusters, checking region DNS domains, or confirming that all…

٧ يوليو ٢٠٢٦
configuring-cockroachdb-helm-tls
مديرو الشبكات وأنظمة الحاسوب

Selects and validates TLS settings for CockroachDB Helm chart deployments, including self-signer, cert-manager, and external certificate modes. Use when a customer needs secure CockroachDB Helm values, certificate secret mapping, cert-manager integration, or…

٧ يوليو ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات