home/categories/code-quality/forrestthewoods-anubis-claude-skills-rust-cargo-check-skill-md
code-qualitytesting-security

rust-cargo-check

Prefer `cargo check` over `cargo build` when making Rust code changes. Use `cargo check` to quickly verify code compiles; only use `cargo build` when you need to run the executable.

forrestthewoods
maintainer
forrestthewoods
Updated 1/19/2026
Stars
0
Forks
0
quick start

Installation and usage

Prefer `cargo check` over `cargo build` when making Rust code changes. Use `cargo check` to quickly verify code compiles; only use `cargo build` when you need to run the executable.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use rust-cargo-check