Parallelize and retry Rust test runs before flaky or slow suites stall CI with cargo-nextest
Lets an agent run Rust test suites with better scheduling, retries, failure isolation, and machine-readable output than cargo test when CI speed and stability matter.
npx skills add agentskillexchange/skills --skill parallelize-and-retry-rust-test-runs-before-flaky-or-slow-suites-stall-ci-with-cargo-nextest
Use cargo-nextest when an agent needs to harden or speed up Rust test execution, especially in CI where flaky tests, long queues, and poor failure isolation waste review cycles. It is most useful when the job is to stabilize existing tests rather than redesign the whole pipeline.
What this skill actually does
Invoke this instead of using cargo test normally when the agent needs retries, partitioning, better reporting, or faster suite execution under CI constraints. This is skill-shaped because the boundary is clear: optimize and stabilize Rust test runs. It is not a generic Rust build tool, package registry, or broad CI platform listing.