What problem does it solve?
It prevents teams from being misled by test suites that “always pass” by verifying that tests fail when the underlying production behavior is intentionally broken.
Core Features & Use Cases
- Coverage audit against specs: Compares test coverage to each acceptance criterion, marking happy paths and failure paths as strong, missing, or weak.
- False-positive detection via mutation checks: Proposes targeted break-the-code mutations so developers can confirm whether tests genuinely detect regressions.
- Test quality rubric scoring: Evaluates isolation, specificity, realistic inputs, edge-case coverage, and behavior-over-implementation, then summarizes findings with prioritized action items.
- Real-world use case: After shipping a feature described by a Jira spec, use this skill to identify gaps where important error handling or permission logic is not actually exercised by tests.
Quick Start
Run /casaflow:review-tests with the relevant feature context so the skill can audit coverage, propose break tests, and produce a grade with actionable fixes.