Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cockroach

cockroach 收录了来自 cockroachdb 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
32.2k
更新
2026-05-12
Forks
4.1k
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 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 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
ui-visual-regression
软件质量保证分析师与测试员

Automates visual regression testing for DB Console UI changes. Compares screenshots and network requests between the current branch and its merge base using roachprod, playwright-cli, and ImageMagick. Use when the user wants to verify UI changes haven't introduced visual or behavioral regressions.

2026-03-13
system-table-change
数据库架构师软件开发工程师+1

Use when adding, removing, or modifying columns/indexes on system tables. Provides a checklist covering schema definitions, migrations, version gates, golden files, and test hashes.

2026-03-12
mma-investigator
网络与计算机系统管理员计算机与信息研究科学家

Expert system for investigating MMA (Multi-Metric Allocator) behavior on CockroachDB clusters. Helps oncall engineers diagnose load imbalances, understand rebalancing decisions, and identify why MMA did or didn't act.

2026-03-02
commit-helper
软件开发工程师

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

2026-02-19
backport-pr-assistant
软件开发工程师

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.

2026-02-13
react-class-to-functional
软件开发工程师网页开发工程师

Convert React class components to functional components with hooks

2026-02-10
reduce-unoptimized-query-oracle
软件开发工程师数据库管理员+1

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle*.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

2026-02-03