Agent Skill · RisingWave

risingwave-best-practices

Use when designing RisingWave schemas, writing materialized views, configuring sources or sinks, optimizing streaming SQL performance, troubleshooting slow backfills, setting up CDC, designing time-windowed aggregations, or reviewing a RisingWave streaming pipeline

Provider: RisingWave Path in repo: skills/risingwave-best-practices/SKILL.md

Skill body

RisingWave Best Practices

14 rules covering schema design, streaming SQL patterns, sink configuration, and performance.

How to Apply

  1. Read the relevant rule files for the review type below
  2. Apply rules to the design or code under review
  3. Explain violations with their impact and the fix

Review Procedures

Schema Review

Materialized View Review

Streaming SQL Review

Sink Review

Performance Review

Rule Categories

Priority Category Impact Prefix Rules
1 Schema Design CRITICAL / HIGH schema- 3
2 Materialized Views CRITICAL / HIGH mv- 3
3 Streaming SQL CRITICAL / HIGH stream- 3
4 Sink Configuration HIGH / MEDIUM sink- 2
5 Performance HIGH / MEDIUM perf- 3

Quick Reference

Schema:

Materialized Views:

Streaming SQL:

Sinks:

Performance:

Skill frontmatter

license: Apache-2.0 metadata: {"author" => "RisingWave Labs", "version" => "0.3.1", "organization" => "RisingWave Labs", "date" => "April 2026", "abstract" => "14 best-practice rules for RisingWave covering schema design, materialized view patterns, CDC setup, streaming SQL patterns, sink configuration, and performance optimization. Rules are organized by category and impact level (CRITICAL > HIGH > MEDIUM)."}