Help us improve
Share bugs, ideas, or general feedback.
From rust
Guides Rust unit/integration testing, Cargo.toml configuration, and commands like cargo test, build, clippy, fmt.
npx claudepluginhub vinnie357/claude-skills --plugin rustHow this skill is triggered — by the user, by Claude, or both
Slash command
/rust:testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Unit tests, integration tests, Cargo.toml configuration, and common commands.
Guides Rust testing and Cargo usage for unit/integration tests, Cargo.toml config, and cargo commands.
Provides Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage following TDD methodology.
Guides through Rust testing patterns: unit, integration, async, property-based, mocking, and coverage. Follows TDD with RED-GREEN-REFACTOR cycles and practical code examples.
Share bugs, ideas, or general feedback.
Unit tests, integration tests, Cargo.toml configuration, and common commands.
Activate when:
For test patterns, Cargo.toml configuration, and command reference, see references/testing.md.