Expose Prometheus metrics with counters, gauges, and histograms. Use for production monitoring and alerting.
npx ai-builder add skill gar-ai/rust-observability-metricsWrite async tests with tokio::test and configure multi-threaded test runtimes. Use when testing async code.
npx ai-builder add skill gar-ai/rust-testing-async-testingCreate mocks using mockall and trait-based abstractions. Use when unit testing code with external dependencies.
npx ai-builder add skill gar-ai/rust-testing-mocking