303 skills available for 30+ AI coding agents
by Pramod
Design and maintain lightweight production smoke test suites that verify critical user journeys, API health, and infrastructure availability after deployments
by thetestingacademy
Apache JMeter load testing with thread groups, assertions, and distributed testing
Flexible JavaScript testing framework with async support, hooks, and rich reporter ecosystem
Automatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases
Simulate aggressive user behavior patterns including rapid clicking, random navigation, form abuse, tab spamming, and unexpected interaction sequences to find UI resilience issues
Detect, quarantine, and systematically fix flaky tests with automated retry analysis, root cause categorization, and CI pipeline integration for test reliability
Native iOS UI testing with Swift and Xcode Test Navigator integration
Validate API responses against OpenAPI/Swagger specifications, JSON Schema definitions, and consumer-driven contracts to prevent breaking changes
Automated accessibility testing with axe-core and WCAG 2.1 compliance
Optimize CI/CD test pipeline execution through intelligent test splitting, parallelization, caching strategies, and selective test execution to reduce pipeline duration
Automated page performance auditing covering Core Web Vitals, resource loading analysis, render-blocking detection, and performance budget enforcement
Java REST API testing with REST Assured including JSON schema validation
Generative testing with fast-check to discover edge cases automatically
Detect and eliminate N+1 query problems in database-backed applications through query counting, execution plan analysis, and ORM configuration auditing
Automated detection and reporting of broken links, missing resources, and orphaned pages across web applications using crawl-based and DOM-based strategies
Generate consumer-driven contract tests using Pact framework to verify API provider-consumer compatibility and prevent integration breaking changes
Node.js E2E testing framework with TypeScript support, smart assertions, and parallel execution
Identify untested code paths, uncovered branches, and missing test scenarios using coverage analysis, risk mapping, and change-based coverage tracking
Detect and reproduce race conditions in web applications including double submissions, concurrent state mutations, and timing-dependent UI bugs
Mobile app testing automation for iOS and Android with Appium