What problem does it solve? Test suites often accumulate brittle, over-mocked, or tautological tests that break on refactors without catching real bugs. This Skill reviews selected tests against a detailed test-design rubric and reports each violation with its location, risk, and remedy. ## Core Features & Use Cases - Rubric-based review: Assesses every rule across Specification, Ends-not-means, Essence, Abstraction level, Tests-are-not-programs, and Determinism, keeping a ledger marking each rule as finding, clear, or not applicable. - Actionable findings: Reports each violation as location, hidden risk, and specific remedy, ranked by severity, and can apply fixes and re-run affected tests when asked. - Use Case: After writing a new RSpec system spec, ask for a review to catch mock-recording assertions, .first/.last order dependencies, or tests that cannot fail before merging. ## Quick Start Review the tests in spec/models/job_run_spec.rb against the test-design rubric and report any violations.