Skill Index

guts/

check

community[command]

Run all checks (format, lint, test)

$/plugin install guts

details

Run the complete check suite:

  1. Format check:
cargo fmt --all -- --check
  1. Clippy:
cargo clippy --workspace --all-targets --all-features -- -D warnings
  1. Tests:
cargo test --workspace --all-features
  1. Documentation:
cargo doc --workspace --no-deps

Report any issues found.

technical

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

related