home / skills / redisearch

redisearch skills

Find 16 skills from 1 repo created by redisearch on GitHub.

1 repo
16 skills
GitHub

Sponsored

lint

redisearch/redisearch

6.1k
This skill checks code quality and formatting before committing, guiding you to fix lint, clippy, and license issues.
review-rust-docs

redisearch/redisearch

6.1k
This skill reviews Rust crate documentation to ensure it meets our standards, providing actionable feedback and improvement suggestions for conformance and
analyze-rust-ffi-crate-surface

redisearch/redisearch

6.1k
This skill analyzes Rust FFI crate surfaces to map C-visible symbols and their usage in the C codebase.
jj-split-changeset

redisearch/redisearch

6.1k
This skill helps you safely split large jj changesets into focused, auditable units, enabling precise commits, stacked PRs, and safer revision history.
write-rust-tests

redisearch/redisearch

6.1k
This skill helps you write robust Rust tests for correctness of code, covering public APIs, edge cases, and error paths across crates.
check-rust-coverage

redisearch/redisearch

6.1k
This skill identifies uncovered Rust test lines by executing cargo llvm-cov and reports per-file gaps to guide targeted testing.
build

redisearch/redisearch

6.1k
This skill compiles the project to verify changes build successfully across c and rust builds, accelerating development feedback.
minimize-rust-ffi-crate-surface

redisearch/redisearch

6.1k
This skill analyzes Rust FFI crates to remove symbols unused or only used in tests, reducing surface area and compilation overhead.
port-c-module

redisearch/redisearch

6.1k
This skill guides porting a C module to Rust, outlining analysis, planning, and integration to ensure a safe, idiomatic Rust implementation.
run-rust-tests

redisearch/redisearch

6.1k
This skill analyzes Rust changes and runs affected crate tests to verify correctness after edits.
read-unmodified-c-module

redisearch/redisearch

6.1k
This skill reads unmodified C module sources from a redis search engine project, enabling quick inspection before changes.
run-rust-benchmarks

redisearch/redisearch

6.1k
This skill runs Rust benchmarks and compares performance against the C implementation to help optimize the Redisearch Rust integration.
run-python-tests

redisearch/redisearch

6.1k
This skill runs end-to-end Python tests after changes to quickly verify correctness and regression safety.
rust-docs-guidelines

redisearch/redisearch

6.1k
This skill helps Rust projects improve documentation quality by applying consistent intra-documentation linking and focusing on explanation of concepts.
rust-tests-guidelines

redisearch/redisearch

6.1k
This skill provides Rust test-writing guidelines, emphasizing public API testing, property-based techniques, and readable, reusable test scaffolds.
verify

redisearch/redisearch

6.1k
This skill runs formatting, linting, build, and test checks to verify changes before commits or PRs.