test-gen-workflow
AI-driven test generation with mutation testing and property-based testing. Research shows property-based tests find 50x more bugs than unit tests. Use when: - Need comprehensive test coverage for new code - Coverage gaps identified in existing code - Implementing TDD and need test scaffolding - Want to validate test quality with mutation testing - Edge cases need systematic discovery - Refactoring and need regression safety net Do NOT use for: - Trivial one-liner functions - Generated code with known patterns - Simple CRUD operations (use templates instead)
Installation and usage
AI-driven test generation with mutation testing and property-based testing. Research shows property-based tests find 50x more bugs than unit tests. Use when: - Need comprehensive test coverage for new code - Coverage gaps identified in existing code - Implementing TDD and need test scaffolding - Want to validate test quality with mutation testing - Edge cases need systematic discovery - Refactoring and need regression safety net Do NOT use for: - Trivial one-liner functions - Generated code with known patterns - Simple CRUD operations (use templates instead)
بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:
skills use test-gen-workflow