Search Skills
Search across 54932 indexed skills
cleanup-code
Systematic code cleanup across 11 quality dimensions, ordered by risk. Each finding includes confidence scoring (HIGH/MEDIUM/LOW) and all changes are ...
running-e2e-tests
!cat package.json 2>/dev/null | grep -oE 'playwright|cypress|selenium' || echo 'No E2E framework detected' Execute end-to-end tests that simulate real...
managing-database-tests
Manage database testing including fixture loading, transaction-based test isolation, migration validation, query performance testing, and data integri...
validating-api-contracts
Validate API contracts between services using consumer-driven contract testing to prevent breaking changes in microservice architectures. Supports Pac...
generating-test-doubles
Generate mocks, stubs, spies, and fakes to isolate units under test from external dependencies. Supports Jest mocks, Sinon.js stubs, Python unittest.m...
running-integration-tests
Execute integration tests that validate interactions between multiple components, services, and external systems. Tests real database queries, API cal...
generating-unit-tests
Automatically generate comprehensive unit tests from source code analysis covering happy paths, edge cases, boundary conditions, and error handling. S...
managing-snapshot-tests
Create, update, and maintain snapshot tests for UI components and data structures using Jest, Vitest, or pytest snapshot plugins. Manages serialized o...
generating-test-reports
Generate structured, human-readable test reports from raw test runner output including JUnit XML, Jest JSON, pytest results, and coverage data. Produc...
running-smoke-tests
Execute fast, high-confidence smoke tests that validate critical application functionality after deployment or build. Smoke tests verify that the appl...
analyzing-test-coverage
!ls package.json pyproject.toml Cargo.toml go.mod 2>/dev/null || echo 'No project manifest found' !node -v 2>/dev/null || python3 --version 2>/dev/nul...
orchestrating-test-execution
Coordinate parallel test execution across multiple test suites, frameworks, and environments. Manages test splitting, worker allocation, result aggreg...