Migrating Dart Tests to Package Checks
1,161Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Hunt: Diagnose Before You Fix
1,037Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Us
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
Test-Driven Development Workflow
608Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including un
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
Spring Boot TDD Workflow
565Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs,
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,
data-quality-frameworks
524Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implemen
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
Test Generation with Playwright MCP
506Generate a Playwright test based on a scenario using Playwright MCP
bats-testing-patterns
503Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipeline
pytest-coverage
336Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.