RediSearch

40 mods across 1 repository, 6.2k stars between them.

report-flaky-test

25

RediSearch/RediSearch

Skill Claude CodeCodex

Report a flaky RediSearch test from a CI failure, Jira issue, test id, or local log. Use this to collect GitHub Actions logs/artifacts, find or create the right MOD Jira ticket, update existing flaky-test issues, and suggest immediate triage such as a trivial test-only fix or a temporary skipuntil.

6.2k yesterday A 71 tokens

review-rust-docs

26

RediSearch/RediSearch

Skill Claude CodeCodex

Review the documentation of a Rust crate to ensure it meets our requirements and standards. Use this when you have done changes to Rust code.

6.2k yesterday A 33 tokens

run-c-unit-tests

27

RediSearch/RediSearch

Skill Claude CodeCodex

Run C/C++ unit tests to verify correctness. Use this after making changes to C code to verify nothing is broken.

6.2k yesterday A 29 tokens

RediSearch/RediSearch

Skill Claude CodeCodex

Run a RediSearch end-to-end macro benchmark from tests/benchmarks/.yml via redisbench-admin. Use this when you want to measure whole-module performance (throughput/latency) against a real redis-server, not micro Rust or C++ benchmarks.

6.2k yesterday A 61 tokens

run-python-tests

29

RediSearch/RediSearch

Skill Claude CodeCodex

Run end-to-end Python tests after making changes to verify correctness. Use this when you want to verify your changes from an end-to-end perspective, after ensuring the build and Rust tests pass.

6.2k yesterday A 42 tokens

run-rust-benchmarks

30

RediSearch/RediSearch

Skill Claude CodeCodex

Run Rust benchmarks and compare performance with the C implementation. Use this when you work on migrating C code to Rust and want to ensure performance is not regressed.

6.2k yesterday A 39 tokens

run-rust-tests

31

RediSearch/RediSearch

Skill Claude CodeCodex

Run Rust tests after making changes to verify correctness. Use this when you want to verify your changes to Rust code.

6.2k yesterday A 28 tokens

RediSearch/RediSearch

Skill Claude CodeCodex

Guidelines for writing Rust documentation. Use this when you want to write Rust documentation.

6.2k yesterday A 23 tokens

rust-review

33

RediSearch/RediSearch

Skill Claude CodeCodex

Review Rust code changes for unsafe correctness, security and robustness, documentation quality, and C-to-Rust porting fidelity. Use this when you want to review Rust changes before merging.

6.2k yesterday A 39 tokens

verify

35

RediSearch/RediSearch

Skill Claude CodeCodex

Run full verification before committing or creating a PR. Use this when you want to create a PR.

6.2k yesterday B 22 tokens

write-flow-tests

36

RediSearch/RediSearch

Skill Claude CodeCodex

Guidelines for writing Python flow tests (end-to-end behavioral tests). Use this when writing new Python tests in tests/pytests/, and as the review criteria when reviewing changes to them.

6.2k yesterday A 42 tokens

write-rust-tests

37

RediSearch/RediSearch

Skill Claude CodeCodex

Write Rust tests to verify correctness of Rust code. Use this when you want to write Rust tests.

6.2k yesterday A 25 tokens

RediSearch/RediSearch

Instructions file CodexOpenCode

AGENTS.md instructions for RediSearch/RediSearch, covering redisearch development guide, proposing features and large changes, build commands, testing and header generation.

6.2k yesterday A 6,462 tokens

RediSearch/RediSearch

Instructions file

Claude Code instructions for RediSearch/RediSearch, a project described as: A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.

6.2k yesterday A 3 tokens

RediSearch/RediSearch

Skill Claude CodeCodex

Implementation & review guide for suspend/resume (revalidation) on query-engine iterators in src/redisearchrs/rqeiterators/. Use this when adding the Box suspend/resume mechanism to an RQE iterator that currently only implements the legacy revalidate, when modifying an existing suspend/resume implementation, or when…

6.2k yesterday A 98 tokens