Verify

Run the full Rust verification loop and propose a commit message

dheijl 2d37b91 471 B Updated

File contents

Run in order, stopping on first failure:

  1. cargo fmt
  2. cargo build --all-features
  3. cargo clippy --all-targets -- -D warnings
  4. cargo test
  5. cargo build --no-default-features --features cli and the GUI-only feature set

Do NOT run git add/commit/push. Print git diff --stat and a suggested conventional-commit message for me to paste into GitHub Desktop.

dheijl/swyh-rs/tree/main/.claude/skills/verify commit 2d37b91017

Frequently asked questions

npx skillmds@latest add dheijl/verify