risingwave-slt-authoring
Installation
SKILL.md
RisingWave SLT Authoring
Use this skill before adding or changing RisingWave SQLLogicTest files under e2e_test/**, generated DocSlt tests, or SLT snippets embedded in Rust docs.
Grounding sources
Check the local source of truth before inventing conventions:
docs/dev/src/tests/intro.md— general SLT, DocSlt, and deterministic simulation commands.docs/dev/src/connector/intro.md— connector e2e patterns,system ok, substitution, and external-service environment variables.e2e_test/README.md— e2e test ownership,SLT_HOST/SLT_PORT/SLT_DB, and coverage check.e2e_test/source_inline/README.md— source-inline parallel vs serial policy and local dependencies.e2e_test/commands/README.md— reusable commands available onPATHduringrisedev slt.Makefile.tomltaskslt— exactrisedev sltenvironment and sqllogictest invocation.