Run Tests & Verify How to run tests, lint, and verify changes in the CLI. This skill covers running only - for writing new tests, see the skill. Quick Reference | Command | What it does | |---------|-------------| | | Run all unit + integration tests | | | Run tests matching a name substring | | | Run integration tests (filesystem-dependent, skipped by default) | | | Check formatting (no changes) | | | Auto-fix formatting | | | Lint with warnings-as-errors | | | Verify compilation | Full CI Check This is the exact sequence CI runs on every PR. Run it before committing or creating a PR: The fl…