cargo-test

Use cargo nextest instead of cargo test for running Rust tests. This skill should be invoked whenever running tests in a Rust project. Cargo nextest provides superior test output, filtering with expression language, wrapper script integration, retries, and profiling capabilities. Always use `cargo nextest run` instead of `cargo test`.

$ 설치

git clone https://github.com/fasterthanlime/.claude /tmp/.claude && cp -r /tmp/.claude/skills/cargo-test ~/.claude/skills/-claude

// tip: Run this command in your terminal to install the skill