What problem does it solve? Keeping a product's test-status dashboard in sync with the actual state of your test suites is manual and error-prone. This Skill runs a sync script that detects which user stories are covered by tests, executes the suites, and posts pass/fail/flaky results to DefProd so the dashboard reflects reality. ## Core Features & Use Cases - Multi-harness coverage detection: Walks Playwright e2e, Vitest, and Jest suite directories in a single run to map covered vs. uncovered stories. - Automated result sync: Executes each suite with its JSON reporter, merges per-story results, and POSTs a syncStoryTestStatus payload to the DefProd API. - Scoped and safe syncs: Supports --area-key, --test-suites, --dry-run, and --skip-run flags to control scope, preview payloads, and avoid orphan-delete side effects on partial syncs. - Use Case: After retrofitting tests for several stories, ask the agent to sync test status to production; it confirms the destination, runs the script across all configured harnesses, and reports per-story pass/fail counts plus upsert/delete totals. ## Quick Start Ask the agent to sync test status to DefProd, optionally with --dry-run to preview the payload before writing to production.