cockroach
AI-assisted development workflows for the CockroachDB distributed SQL database
All Skills in This Repository (15)
Pure Emerald Level Indicatorssystem-table-change
Guide schema, migration, and golden file updates for CockroachDB system tables.
engflow-artifacts
Download Engflow CI build artifacts and inspect failed CockroachDB test targets.
commit-helper
Generate Git commit messages and pull request descriptions following CockroachDB conventions.
backport-pr-assistant
Automate pull request backports to release branches using the backport CLI.
review-crdb
Review Go code changes against distributed database best practices.
reduce-unoptimized-query-oracle
Reduce CockroachDB roachtest failure logs to minimal SQL reproduction scripts.
ui-visual-regression
Compare screenshots and network requests between UI branches using roachprod, playwright-cli, and ImageMagick.
react-class-to-functional
Convert React class components to functional components with hooks.
mma-investigator
Analyze Multi-Metric Allocator behavior in CockroachDB clusters using Datadog metrics and logs.
drt-analyze
Analyzes DRT CockroachDB cluster health by correlating Datadog metrics, logs, and operations timelines.
file-crdb-issue
Files GitHub issues for CockroachDB using repo templates and labeling conventions.
bump-cluster-ui
Creates two pull requests bumping the cluster-ui package version after a release branch cut.
Frequently Asked Questions
FAQPage SchemaHow to install CockroachDB skills?โผ
Run `npx skills add cockroachdb/cockroach --all -g -y` in your terminal to install all skills in this suite globally.
What can AI agents do in the CockroachDB repo?โผ
Agents can review PRs, format commits and release notes, file labeled GitHub issues, run roachtests, backport changes, and analyze cluster health using the included skills.
How does the agent debug CockroachDB test failures?โผ
The engflow-artifacts skill downloads CI logs and outputs from EngFlow, while the reduce skill shrinks failing SQL workloads to a minimal reproduction case.
Can AI analyze CockroachDB cluster health?โผ
Yes. The drt-analyze and mma-investigator skills query Datadog metrics and logs to build health reports and explain rebalancing behavior.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core