·reduce-unoptimized-query-oracle
</>

reduce-unoptimized-query-oracle

cockroachdb/cockroach

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.

6Installs·2Trend·@cockroachdb

Installation

$npx skills add https://github.com/cockroachdb/cockroach --skill reduce-unoptimized-query-oracle

SKILL.md

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case.

The unoptimized-query-oracle roachtest runs a series of random SQL statements to create a random dataset, and then executes a random "Query of Interest" twice, with different optimization settings. If the two executions return different results, it indicates a bug in CockroachDB.

the query of interest and possibly more information about the failure)

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. Source: cockroachdb/cockroach.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cockroachdb/cockroach --skill reduce-unoptimized-query-oracle
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is reduce-unoptimized-query-oracle?

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. Source: cockroachdb/cockroach.

How do I install reduce-unoptimized-query-oracle?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cockroachdb/cockroach --skill reduce-unoptimized-query-oracle Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cockroachdb/cockroach

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-17