Testing Skills
Skills for QA and developers — unit test generation, E2E writing, coverage analysis, mock data generation, and test debugging.
Test Generator
Generates comprehensive unit tests for any function or class — edge cases, boundary values, and error paths using Jest, Pytest, or your chosen framework.
E2E Test Writer
Writes Playwright and Cypress end-to-end tests from user journey descriptions — selectors, assertions, and page object patterns included.
Coverage Reporter
Analyzes coverage reports to identify untested branches and paths — prioritizes by risk and generates targeted tests for the most critical gaps.
Mock Data Generator
Creates realistic test fixtures and mock data using Faker patterns — typed schemas, relational consistency, and locale-aware data for realistic tests.
Test Debugger
Diagnoses flaky and failing tests — root cause analysis, timing issues, state leakage between tests, and suggests fixes with code examples.
Performance Tester
Writes k6, Locust, or Artillery load test scripts — ramp-up profiles, SLA thresholds, and performance regression detection built in.