RediSearch

RediSearch

@RediSearch Organization

GitHub
11 Skills
67683 Total Stars
February 2026 Joined

Public Skills

run-python-tests

by RediSearch

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 3mo ago

analyze-rust-ffi-crate-surface

by RediSearch

Determine which parts of the C codebase use Rust-defined C symbols. Use this when you want to understand which C code files may be impacted by changes to a Rust FFI crate.

Code Review 6.2K 3mo ago

write-rust-tests

by RediSearch

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

File Ops 6.2K 3mo ago

lint

by RediSearch

Check code quality and formatting before committing changes. Use this to verify your changes meet our coding standards.

CLI Tools 6.2K 3mo ago

rust-tests-guidelines

by RediSearch

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

Code Gen 6.2K 3mo ago

build

by RediSearch

Compile the project to verify changes build successfully. Use this to verify your changes build properly together with the complete project and dependencies, and make sure to use it before running end to end tests.

CI/CD 6.2K 3mo ago

check-rust-coverage

by RediSearch

Check which Rust lines are not covered by Rust tests. Use this when you developed new Rust code and want to ensure it is tested.

Code Review 6.2K 3mo ago

port-c-module

by RediSearch

Guide for porting a C module to Rust. Use this when starting to port a C module to Rust.

API Dev 6.2K 3mo ago

review-rust-docs

by RediSearch

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.

Analytics 6.2K 3mo ago

jj-split-changeset

by RediSearch

Split a jj (Jujutsu) changeset into smaller, focused changesets. Use when asked to break up a large changeset, split commits, reorganize changes across revisions, or create stacked PRs from a single changeset. Covers safe duplication-based workflows, file-path and hunk-level splitting without interactive commands.

Code Gen 6.2K 3mo ago

read-unmodified-c-module

by RediSearch

Read the source of the C module we are working on, before we made any changes.

CLI Tools 6.2K 4mo ago