80 skills available — search, filter, and discover
Parse coverage reports, identify untested critical paths weighted by complexity
## What it does Reads your coverage report (lcov, Istanbul, v8), weights untested code by cyclomatic complexity and git churn, and produces a prioritized list of "where to add tests for real ROI" — no
Translate a user story into Playwright/Cypress specs with page objects
## What it does Turns a user story into end-to-end specs using Playwright or Cypress with page objects, stable selectors, and setup/teardown that doesn't leak state between tests. Covers happy path +
Parse CI history, identify flaky tests by pattern, suggest stabilization tactics
## What it does Reads CI run history (GitHub Actions, CircleCI, Vercel, Buildkite), identifies tests that pass/fail non-deterministically, classifies the likely flakiness root cause (timing, order, st
Generate vitest/jest tests for a file: happy path, edges, failure modes
## What it does Given a source file (TypeScript/JavaScript), generates a vitest or jest test suite covering happy paths, edge cases, and failure modes. Understands your existing test patterns and matc