Rust API Test Harness
Use when adding, changing, testing, or debugging Rust HTTP APIs and services, especially when Codex needs black-box integration tests, random-port app startup, real database test isolation, external HTTP mocks, or CI-ready cargo verification for Actix, Axum, Warp, Rocket, or similar Rust web frameworks.
Rustv0.1.0MITrustapi-testingintegration-testsbackend
Install
npx skills add LVTD-LLC/skills --skill rust-api-test-harnessFrom `SKILL.md`
Use this skill to make Rust API work test-first, reproducible, and CI-ready. Prefer black-box tests that exercise the service through HTTP and verify observable behavior rather than reaching through framework internals.