firecrawl-qa
3,706QA test a live website with Firecrawl browser and scrape evidence. Use when the user wants exploratory QA, form testing, navigation/link che
Browser Automation with browser-use CLI
2,164Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites
gstack
1,830Fast headless browser for QA testing and site dogfooding. (gstack)
clerk-testing
1,718E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
python-testing-patterns
1,251Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setti
Testing and Mocking Dart Applications
1,184Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that de
Go Testing Patterns
703Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic G
javascript-testing-patterns
699Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing
github-actions-templates
633Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with
E2E Testing Patterns
596Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
Python Testing Patterns
582Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
C++ Testing (Agent Skill)
572Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitiz
backtesting-frameworks
566Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. U
llm-evaluation
565Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testi
wcag-audit-patterns
559Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for
dbt-transformation-patterns
533Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when
Apache Airflow DAG Patterns
526Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines,
dependency-upgrade
523Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framewor
sast-configuration
521Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up se
Web3 Smart Contract Testing
516Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Sol
Temporal Python Testing Strategies
511Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and lo
screen-reader-testing
511Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging ac
bats-testing-patterns
503Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipeline
Website Exploration for Testing
224Website exploration for testing using Playwright MCP