소개
This skill provides a comprehensive Test-Driven Development (TDD) framework for the Miyabi ecosystem, guiding Claude through the essential phases of writing failing tests, implementing minimal code solutions, and refactoring for quality. It features advanced Rust-specific testing patterns including async testing, mocking with mockall, property-based testing with proptest, and snapshot testing. By enforcing a strict test pyramid and providing automated coverage guidelines, it ensures that your Rust applications remain stable, maintainable, and production-ready.