What problem does it solve?
This Skill automates the review of generated tests, ensuring they are high-quality, compliant with standards like the London School pattern, and correctly configured before proceeding to further verification steps.
Core Features & Use Cases
- Test Execution: Runs generated tests to check for immediate failures.
- Structure Analysis: Validates adherence to the London School pattern (mock usage, no I/O, isolation, naming conventions, spec tags).
- Mock Configuration Validation: Verifies that mocks are correctly set up with appropriate stubs, types, and dummy values.
- Failure Categorization: Classifies test failures (Structural, Mock, Assertion, Runtime) to guide the fixing process.
- Use Case: After a new feature's tests are generated, this Skill acts as a gatekeeper, confirming the tests run, are well-structured, and properly mocked before they are considered for coverage verification.
Quick Start
Use the test-reviewing skill to review tests for the LiveViewRepository class.