Skill Index

guts/

test

community[command]

Run all tests with coverage

$/plugin install guts

details

Run the complete test suite:

cargo test --workspace --all-features

If there are failures, analyze them and suggest fixes.

For coverage (if cargo-llvm-cov is installed):

cargo llvm-cov --workspace --all-features --html

technical

github
AbdelStark/guts
stars
8
license
Apache-2.0
contributors
1
last commit
2026-03-21T22:40:42Z
file
.claude/commands/test.md

related