Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

61 skills indexed across 13 categories

Showing 61 skills

Migrating Dart Tests to Package Checks

1,161

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

Testing by dart-lang/skills

Hunt: Diagnose Before You Fix

1,037

Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Us

Testing by tw93/waza

Go Testing Patterns

703

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic G

Testing by affaan-m/everything-claude-code

javascript-testing-patterns

699

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing

Testing by wshobson/agents

github-actions-templates

633

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with

Testing by wshobson/agents

Test-Driven Development Workflow

608

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including un

Testing by affaan-m/everything-claude-code

E2E Testing Patterns

596

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

Testing by affaan-m/everything-claude-code

Python Testing Patterns

582

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

Testing by affaan-m/everything-claude-code

C++ Testing (Agent Skill)

572

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitiz

Testing by affaan-m/everything-claude-code

backtesting-frameworks

566

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. U

Testing by wshobson/agents

llm-evaluation

565

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testi

Testing by wshobson/agents

Spring Boot TDD Workflow

565

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs,

Testing by affaan-m/everything-claude-code

wcag-audit-patterns

559

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for

Testing by wshobson/agents

dbt-transformation-patterns

533

Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when

Testing by wshobson/agents

Apache Airflow DAG Patterns

526

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines,

Testing by wshobson/agents

data-quality-frameworks

524

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implemen

Testing by wshobson/agents

dependency-upgrade

523

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framewor

Testing by wshobson/agents

sast-configuration

521

Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up se

Testing by wshobson/agents

Web3 Smart Contract Testing

516

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Sol

Testing by wshobson/agents

Temporal Python Testing Strategies

511

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and lo

Testing by wshobson/agents

screen-reader-testing

511

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging ac

Testing by wshobson/agents

Test Generation with Playwright MCP

506

Generate a Playwright test based on a scenario using Playwright MCP

Testing by github/awesome-copilot

bats-testing-patterns

503

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipeline

Testing by wshobson/agents

pytest-coverage

336

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

Testing by github/awesome-copilot