Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
cockroachdb
GitHub creator profile

cockroachdb

Repository-level view of 48 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
48
repositories
4
occupation fields
2
updated
2026-05-12
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
cursor-plugin
29 skills11updated 2026-05-12
60% of creator
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, benchmarking CockroachDB workloads under contention, investigating retry pressure, or deciding whether to rewrite multi-step application flows into single SQL statements.

2026-05-12
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 LOCALITY on tables with large per-index footprints, to avoid mid-backfill disk exhaustion.

2026-05-03
setting-up-local-cluster
ネットワーク・コンピュータシステム管理者

Downloads and starts a local CockroachDB cluster for development using the official binary. Use when a developer needs a local CockroachDB instance, when no cluster is available, or when setting up a new development environment.

2026-04-24
designing-application-transactions
ソフトウェア開発者

Guides application developers in designing correct and performant transaction patterns for CockroachDB, covering transaction lifetime, implicit vs explicit transactions, retry handling with exponential backoff, pushing invariants into SQL, selective pessimistic locking, set-based operations, connection pooling, prepared statements, keyset pagination, follower reads, and separating business logic from database logic. Use when building applications on CockroachDB, designing transaction workflows, handling retries, optimizing application-layer database interactions, or configuring connection pools.

2026-04-09
designing-multi-region-applications
データベースアーキテクト

Guides developers in selecting and implementing multi-region patterns for CockroachDB applications, covering active-passive vs active-active architectures, REGIONAL BY ROW, GLOBAL tables, manual geo-partitioning with lease preferences, and live demo setup with validation queries. Use when designing multi-region database topologies, choosing between REGIONAL BY ROW and manual partitioning, building multi-region demos, or optimizing cross-region latency.

2026-04-09
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 validating zone configuration effects without DB Console access.

2026-04-09
profiling-statement-fingerprints
データベースアーキテクト

Ranks and analyzes statement fingerprints using aggregated SQL statistics from crdb_internal.statement_statistics to identify slow, resource-intensive, or error-prone query patterns. Use when investigating historical performance trends, identifying optimization opportunities, or diagnosing recurring slowness without DB Console access.

2026-04-09
profiling-transaction-fingerprints
データベースアーキテクト

Analyzes transaction fingerprints using aggregated statistics from crdb_internal.transaction_statistics to identify high-retry transactions, contention patterns, and commit latency issues. Provides historical transaction-level analysis to understand which statement combinations are causing retries, contention, or performance degradation. Use when investigating transaction retry storms, analyzing commit latency trends, or understanding statement composition of problematic transactions without DB Console access.

2026-04-09
Showing top 8 of 29 collected skills in this repository.
#002
cockroach
15 skills32.2k4.1kupdated 2026-05-12
31% of creator
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 and next step is running it. Single test + single iteration only; nightly loops belong elsewhere.

2026-05-12
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 with disruptive operations to distinguish expected side-effects from real bugs. Use when asked to "analyze DRT", "check cluster health", "what happened on the DRT cluster", "DRT health report", investigate DRT issues, or review DRT operations. Also use when the user mentions a DRT cluster name (drt-scale, drt-chaos, drt-large, etc.) in the context of health or operations.

2026-04-07
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.

2026-04-06
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.

2026-03-31
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.

2026-03-26
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.

2026-03-25
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 document unexpected behavior in CockroachDB.

2026-03-23
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.

2026-03-17
Showing top 8 of 15 collected skills in this repository.
#003
pebble
3 skills5.9k564updated 2026-05-12
6.3% of creator
#004
claude-plugin
1 skills32updated 2026-05-12
2.1% of creator
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました