agentsclimarketplace

Verify

Skill ComeOnOliver/skillshub/skills/RediSearch/RediSearch/verify

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.From the repository description

Install
npx -y skills add ComeOnOliver/skillshub --skill verify

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 250 tokens by cl100k_base, as published. Nobody here has run it

Verify Skill

Run full verification before committing or creating a PR.

Usage

Use this skill to run comprehensive checks before finalizing changes.

Instructions

Run the following checks in order:

1. Format Check

make fmt CHECK=1

If it fails, run make fmt to fix formatting.

2. Lint Check

make lint

Fix any clippy warnings or errors.

3. Build

./build.sh

Ensure the full project compiles.

4. Rust Tests

cd src/redisearch_rs && cargo nextest run

All Rust tests must pass.

5. Unit Tests (if C code was modified)

./build.sh RUN_UNIT_TESTS ENABLE_ASSERT=1

6. Behavioral Tests (optional, for significant changes)

./build.sh RUN_PYTEST ENABLE_ASSERT=1

Quick Verification

For minor Rust changes, this minimal check is often sufficient:

cd src/redisearch_rs && cargo fmt --check && cargo clippy --all-targets && cargo nextest run

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.