pebble
Audit and review Go storage engine code for hidden bugs
All Skills in This Repository (3)
Pure Emerald Level Indicatorsbug-catcher
Audits Go packages for subtle correctness bugs using a multi-stage subagent workflow.
doc-catcher
Audit Go package comments for contradictions with actual code behavior.
code-review
Review Pebble code, PRs, and diffs for correctness issues.
Frequently Asked Questions
FAQPage SchemaHow 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โ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