What problem does it solve? Developers working in the Helios HFS Rust workspace need to know which cargo test commands, feature flags, and infrastructure setups apply to each crate, and this Skill consolidates that testing knowledge in one place. ## Core Features & Use Cases - Test Command Selection: Provides cargo test invocations for the full workspace, individual crates like helios-sof and helios-fhirpath, name patterns, and specific test targets. - Integration Test Guidance: Documents testcontainers-based PostgreSQL and Elasticsearch testing, including shared containers via tokio OnceCell, UUID-based tenant isolation, and Elasticsearch JVM heap caps. - Use Case: When a persistence integration test fails, use this Skill to confirm Docker is required, check that containers are shared per test binary, and verify test data isolation with unique tenant IDs. ## Quick Start Ask how to run the SQL-on-FHIR integration tests with all FHIR versions enabled in the HFS workspace.