cockroachdbcockroachdbOfficialยท3 Agent Skills Included

pebble

Audit and review Go storage engine code for hidden bugs

Audits Go packages in the Pebble key-value store for subtle correctness bugs, misleading comments, and contract violations. Catches iterator misuse, resource leaks, concurrency races, and stale documentation that human reviewers typically miss. Runs multi-stage agent workflows that confirm each finding with evidence before reporting, keeping noise low and results actionable.
npx skills add cockroachdb/pebble --all -g -y
Available:

Tells the AI agent how to run Pebble's tests, lint checks, and commit conventions, and sets expectations for direct, honest interaction when working in this repository.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Pebble skills?โ–ผ

Run `npx skills add cockroachdb/pebble --all -g -y` in your terminal to install all skills in this suite globally.

How to find hidden bugs in Go database code?โ–ผ

The bug-catcher skill runs a multi-stage audit of any Go package, generating candidate bugs and confirming each one independently before reporting only verified issues.

How to detect outdated code comments in Go?โ–ผ

The doc-catcher skill compares every load-bearing comment against the actual code behavior and reports only clear contradictions, ordered by severity.

What does the Pebble code review skill check?โ–ผ

It flags resource leaks, iterator misuse, concurrency bugs, double-close panics, and lint violations specific to the Pebble and CockroachDB codebase.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’