What problem does it solve?
Many test suites report high coverage but still miss real failure modes such as event replay bugs, data loss during import/export, fragile assertions, or API contract regressions; this Skill systematically evaluates test quality to surface those gaps and risks before they reach production.
Core Features & Use Cases
- Event Sourcing Coverage: Validate event serialization/deserialization tests, aggregate replay scenarios, projection rebuilds, and event version migrations.
- GEDCOM Round-Trip Validation: Check import → export → re-import equivalence, Unicode and non-standard tag handling, and data loss detection for GEDCOM processing.
- Domain Edge Cases & API Contracts: Identify missing boundary tests for validations, relationship graphs, date edge cases, and ensure API responses and pagination conform to OpenAPI expectations across DB backends.
- Cross-Feature Integration Scenarios: Verify lifecycle flows such as create → update → query → delete, import then query, and running tests against both SQLite and PostgreSQL.
- Actionable Output: Produce a scored audit report, prioritized findings with evidence, issue-ready tickets, and manual verification steps.
Quick Start
Run a Test Quality Audit across the repository and produce the Scorecard, Top Findings, up to five issue-ready tickets, and manual verification steps as specified in the SKILL.md.