What problem does it solve?
This Skill addresses the challenge of ensuring robust and comprehensive test suites for Elm applications, identifying gaps in coverage, and improving the overall quality and maintainability of tests.
Core Features & Use Cases
- Test Coverage Analysis: Identifies untested public functions and critical code paths.
- Test Quality Assessment: Evaluates tests against best practices for clarity, focus, and determinism.
- Edge Case Identification: Pinpoints scenarios and custom type variants that are not adequately covered.
- Use Case: A developer wants to ensure their new Elm feature is thoroughly tested before release. They use this skill to get a detailed report on any missing tests, potential edge cases, and suggestions for improving existing test quality.
Quick Start
Run /review elm test to start an interactive test review for your Elm project.