The TDD Workflow skill provides a structured framework for implementing Test-Driven Development within the Miyabi ecosystem, specifically optimized for Rust development. It guides Claude through the rigorous Red-Green-Refactor cycle, ensuring that new features and bug fixes are driven by failing tests before implementation. The skill includes domain-specific patterns for async testing, mocking, property-based testing, and snapshot testing, helping developers maintain high code quality, reliable coverage, and robust CI/CD integration in autonomous development environments.
主な機能
01Comprehensive test coverage guidance using cargo-llvm-cov
02Automated Red-Green-Refactor cycle management
03Rust-specific testing patterns for Result types and Async/Tokio
04Integrated CI/CD templates for GitHub Actions
05Advanced testing support including Property-based and Snapshot tests
067 GitHub stars