·check-rust-coverage
</>

check-rust-coverage

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.

41Installs·1Trend·@redisearch

Installation

$npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverage

How to Install check-rust-coverage

Quickly install check-rust-coverage AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverage
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: redisearch/redisearch.

SKILL.md

View raw

Determine which Rust lines are not covered by Rust tests.

If a path doesn't include src/, assume it to be in the src/redisearchrs directory. E.g. numericrangetree becomes src/redisearchrs/numericrangetree. If a path points to a directory, consider all Rust crates in that directory.

to get the list of uncovered lines for each file in the target crate.

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. Source: redisearch/redisearch.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverage
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from redisearch/redisearch

Quick answers

What is check-rust-coverage?

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. Source: redisearch/redisearch.

How do I install check-rust-coverage?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/redisearch/redisearch --skill check-rust-coverage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/redisearch/redisearch