431 skills available for 30+ AI coding agents
by Pramod
Automatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases
by thetestingacademy
Apache JMeter load testing with thread groups, assertions, and distributed testing
Exhaustive testing of form validation logic including boundary values, injection payloads, encoding edge cases, and client-server validation bypass techniques
Flexible JavaScript testing framework with async support, hooks, and rich reporter ecosystem
Design and maintain lightweight production smoke test suites that verify critical user journeys, API health, and infrastructure availability after deployments
Validate API responses against OpenAPI/Swagger specifications, JSON Schema definitions, and consumer-driven contracts to prevent breaking changes
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
Simulate aggressive user behavior patterns including rapid clicking, random navigation, form abuse, tab spamming, and unexpected interaction sequences to find UI resilience issues
Automated accessibility testing with axe-core and WCAG 2.1 compliance
Automated page performance auditing covering Core Web Vitals, resource loading analysis, render-blocking detection, and performance budget enforcement
Detect and eliminate N+1 query problems in database-backed applications through query counting, execution plan analysis, and ORM configuration auditing
Optimize CI/CD test pipeline execution through intelligent test splitting, parallelization, caching strategies, and selective test execution to reduce pipeline duration
Java REST API testing with REST Assured including JSON schema validation
Generative testing with fast-check to discover edge cases automatically
Identify untested code paths, uncovered branches, and missing test scenarios using coverage analysis, risk mapping, and change-based coverage tracking
Automated detection and reporting of broken links, missing resources, and orphaned pages across web applications using crawl-based and DOM-based strategies
Node.js E2E testing framework with TypeScript support, smart assertions, and parallel execution
Generate consumer-driven contract tests using Pact framework to verify API provider-consumer compatibility and prevent integration breaking changes
Build reusable test data factories with builder patterns, realistic fake data generation, relationship handling, and database seeding for consistent test environments