cockroachdb/cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

32kStars on the repository
27Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

cockroachdb/cockroach

Agent Claude Code

Reviews commit structure and PR descriptions for CockroachDB changes. Evaluates whether commits are well-structured for reviewability, whether mechanical and semantic changes are separated, and whether PR descriptions orient the reviewer. Use when reviewing a branch or PR with commits.

32k +4 5d ago A 57 tokens

cockroachdb/cockroach

Agent Claude Code

Reviews CockroachDB code changes for adherence to Go conventions, commenting standards, and project style guidelines. Checks against the rules in .claude/rules/. Use when reviewing any code change.

32k +4 5d ago A 45 tokens

cockroachdb/cockroach

Agent Claude Code

Reviews CockroachDB code changes for correctness and safety. Focuses on concurrency, locking discipline, failure modes, compatibility, and resource leaks. Use when reviewing any non-trivial code change.

32k +4 5d ago A 46 tokens

crdb-error-reviewer

04

cockroachdb/cockroach

Agent Claude Code

Reviews CockroachDB code changes for error handling quality, silent failures, and inappropriate fallback behavior. Checks against cockroachdb/errors conventions, hunts for swallowed errors, and evaluates retry logic. Use when reviewing any code change that touches error paths.

32k +4 5d ago A 54 tokens

crdb-issue-finder

05

cockroachdb/cockroach

Agent Claude Code

Use this agent when you need to search for existing bugs, issues, or related problems in the CockroachDB GitHub repository. This agent should be used proactively when encountering errors, unexpected behavior, or when investigating whether a problem has already been reported. The agent casts a wide net to find…

32k +4 5d ago A 0 tokens

cockroachdb/cockroach

Agent Claude Code

Reviews CockroachDB code changes for metric hygiene: static label opportunities, naming conventions, and correct use of the labeling API. Use when a diff adds or modifies metric.Metadata definitions.

32k +4 5d ago A 43 tokens

crdb-simplifier

07

cockroachdb/cockroach

Agent Claude Code

Simplifies CockroachDB code for clarity and maintainability while preserving functionality. Reduces unnecessary complexity, nesting, and abstraction. Use as a polish step after other review aspects pass, or when code works but feels complex.

32k +4 5d ago A 50 tokens

crdb-test-reviewer

08

cockroachdb/cockroach

Agent Claude Code

Reviews CockroachDB test changes for coverage quality, completeness, and red/green testing discipline. Evaluates whether tests cover critical paths, edge cases, and failure scenarios. Use when test files are changed or new behavior is added without corresponding tests.

32k +4 5d ago A 55 tokens

crdb-type-reviewer

09

cockroachdb/cockroach

Agent Claude Code

Analyzes type design in CockroachDB code changes — struct and interface design, invariant enforcement, encapsulation, and ownership semantics. Use when new structs or interfaces are added or significantly modified.

32k +4 5d ago A 44 tokens