Find the perfect skill
Angular Spec Auditor
Testing
Independently audit an Angular component spec file against project migration guidelines.
QA Pull Request Validator
Testing
Runs QA validation on a pull request by booting the local environment, testing acceptance criteria, and optionally posting the report as a PR comment.
Testing Legacy Strategies
Testing
Characterization tests, Robolectric, MockK, Compose Preview screenshots, Roborazzi/Paparazzi visual regression, Detekt/Lint baselines, Golden Master, coverage goals for untested Android legacy code.
E2E Test Execution
Testing
Run E2E smoke tests (basic) or full acceptance + regression suite (extended). Uses Playwright and curl.
Coding Agent Evaluation
Testing
A CLI tool for head-to-head comparison of coding agents on custom tasks, measuring pass rate, cost, time, and consistency.
Playwright E2E Testing Patterns
Testing
Playwright E2E testing patterns covering Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
Mutation Testing on Clojure Namespaces
Testing
Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.
E2E Testing Patterns
Testing
Build reliable, fast, and maintainable end-to-end test suites for confidence in shipping and catching regressions. Covers stable selectors, test data, CI/CD integration, and multi-browser testing.
Write unit tests
Testing
Write focused unit tests for backend and utility logic.
Developer Experience Audit
Testing
Live developer experience audit: tests docs, measures onboarding time, and produces a DX scorecard with evidence.
Swift Protocol-Based Dependency Injection for Testing
Testing
Make Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small protocols. Enables deterministic tests without I/O.
Studio Testing Strategy
Testing
Testing strategy for Supabase Studio: extract logic into pure utility functions, use unit tests for exhaustive permutations, component tests for complex UI, and E2E for shared features.