What problem does it solve? Development teams often write tests that are brittle, slow, or redundant without realizing it. This Skill provides a structured, evidence-based review of test files and suites, scoring them against Dave Farley's eight properties of good tests so teams know exactly where their test quality stands and what to fix first. ## Core Features & Use Cases - Eight-Property Scoring: Rates tests on Understandable, Maintainable, Repeatable, Atomic, Necessary, Granular, Fast, and First (TDD), each on a 1-10 scale with concrete evidence. - Weighted Farley Score: Computes a single aggregate score using a documented weighting formula, with interpretation bands from Exemplary to Critical. - Actionable Recommendations: Delivers prioritized improvement suggestions with code examples, plus individual and aggregate scores when reviewing multiple files. - Use Case: After a sprint, ask for a review of your integration test suite to identify flaky or tightly coupled tests before they erode trust in CI. ## Quick Start Review the test files in my project and score them against Dave Farley's eight properties of good tests with a Farley Score breakdown.