What problem does it solve?
This Skill tackles the growing problem of bloated test suites by intelligently identifying and recommending the removal of redundant and duplicate test cases, thereby optimizing execution time and maintainability.
Core Features & Use Cases
- Redundancy Identification: Pinpoints tests with identical or highly overlapping code coverage and semantic similarity.
- Prioritized Recommendations: Suggests which tests to keep and which to remove, based on factors like unique coverage contribution and execution speed.
- Coverage Preservation: Ensures that test suite effectiveness is maintained or improved after deduplication.
- Use Case: When your CI/CD pipeline is slowed down by a massive test suite, use this Skill to analyze your tests, identify candidates for removal, and significantly reduce execution time without sacrificing test coverage.
Quick Start
Use the test-deduplicator skill to analyze the test suite in the current directory and generate a report of redundant tests.