Testing

Unit tests, integration tests, test automation

Showing 553-576 of 5539 skills
elastic

scout-api-testing

by elastic

Use when creating, updating, debugging, or reviewing Scout API tests in Kibana (apiTest/apiClient/requestAuth/samlAuth/apiServices), including auth choices, response assertions, and API service patterns.

API Dev 21.1K 3mo ago
NeoLabHQ

customaize-agent:create-skill

by NeoLabHQ

Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

Code Gen 1.1K 3mo ago
dyad-sh

dyad:deflake-e2e

by dyad-sh

Identify and fix flaky E2E tests by running them repeatedly and investigating failures.

Code Review 20.5K 3mo ago
Significant-Gravitas

backend-check

by Significant-Gravitas

Run the full backend formatting, linting, and test suite. Ensures code quality before commits and PRs. TRIGGER when backend Python code has been modified and needs validation.

Code Review 184.8K 2mo ago
NeoLabHQ

git:analyze-issue

by NeoLabHQ

Analyze a GitHub issue and create a detailed technical specification

Code Review 1.1K 3mo ago
modu-ai

moai-lang-kotlin

by modu-ai

Kotlin 2.0+ development specialist covering Ktor, coroutines, Compose Multiplatform, and Kotlin-idiomatic patterns. Use when building Kotlin server apps, Android apps, or multiplatform projects.

Code Gen 1.1K 4mo ago
modu-ai

moai-lang-swift

by modu-ai

Swift 6+ development specialist covering SwiftUI, Combine, Swift Concurrency, and iOS patterns. Use when building iOS apps, macOS apps, or Apple platform applications.

Code Gen 1.1K 4mo ago
modu-ai

moai-lang-flutter

by modu-ai

Flutter 3.24+ / Dart 3.5+ development specialist covering Riverpod, go_router, and cross-platform patterns. Use when building cross-platform mobile apps, desktop apps, or web applications with Flutter.

Code Gen 1.1K 3mo ago
modu-ai

moai-lang-scala

by modu-ai

Scala 3.4+ development specialist covering Akka, Cats Effect, ZIO, and Spark patterns. Use when building distributed systems, big data pipelines, or functional programming applications.

API Dev 1.1K 4mo ago
modu-ai

moai-workflow-testing

by modu-ai

Comprehensive testing and development workflow specialist combining DDD testing, characterization tests, performance profiling, code review, and quality assurance. Use when writing tests, measuring coverage, creating characterization tests, performing TDD, running CI/CD quality checks, or reviewing pull requests. Do NOT use for debugging runtime errors (use expert-debug agent instead) or code refactoring (use moai-workflow-ddd instead).

Agents 1.1K 4mo ago
Significant-Gravitas

new-block

by Significant-Gravitas

Create a new backend block following the Block SDK Guide. Guides through provider configuration, schema definition, authentication, and testing. TRIGGER when user asks to create a new block, add a new integration, or build a new node for the graph editor.

Code Gen 184.8K 2mo ago
codewithmukesh

testing

by codewithmukesh

Testing strategy for .NET 10 applications. Covers xUnit v3, WebApplicationFactory for integration tests, Testcontainers for real database testing, Verify for snapshot testing, and the AAA pattern. Load this skill when writing tests, setting up test infrastructure, reviewing test coverage, or when the user mentions "test", "xUnit", "WebApplicationFactory", "Testcontainers", "integration test", "unit test", "bUnit", "snapshot test", "Verify", "test coverage", "AAA pattern", "WireMock", or "FakeTimeProvider".

Automation 423 3mo ago
sd0xdev

codex-implement

by sd0xdev

"Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop."

Code Review 163 3mo ago
sd0xdev

test-review

by sd0xdev

"Test coverage review via Codex MCP. Use when: reviewing test sufficiency, identifying coverage gaps, test quality audit. Not for: generating tests (use codex-test-gen), code review (use codex-code-review). Output: coverage analysis + gap report."

Code Review 163 3mo ago
payloadcms

triage-ci-flake

by payloadcms

Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments

Debugging 42.8K 4mo ago
pedronauck

agent-md-refactor

by pedronauck

Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.

Agents 392 2mo ago
codewithmukesh

de-sloppify

by codewithmukesh

Systematic code cleanup pipeline for .NET projects. Runs 7 ordered steps: formatting, unused usings, analyzer warnings, dead code removal, TODO resolution, sealed class audit, and CancellationToken propagation. Each step is verified independently with tests between phases. Load this skill when: "clean up", "de-sloppify", "tidy up", "remove dead code", "code cleanup", "housekeeping", "tech debt", "fix warnings", "seal classes", "add CancellationToken", "unused usings", "format code".

Processing 423 3mo ago
modu-ai

moai-library-mermaid

by modu-ai

Enterprise Mermaid diagramming skill for Claude Code using MCP Playwright. Use when creating architecture diagrams, flowcharts, sequence diagrams, or visual documentation.

Analytics 1.1K 4mo ago
dbt-labs

building-dbt-semantic-layer

by dbt-labs

Use when creating or modifying dbt Semantic Layer components — semantic models, metrics, dimensions, entities, measures, or time spines. Covers MetricFlow configuration, metric types (simple, derived, cumulative, ratio, conversion), and validation for both latest and legacy YAML specs.

Processing 542 3mo ago
dbt-labs

migrating-dbt-project-across-platforms

by dbt-labs

Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences.

Processing 542 3mo ago
RHEcosystemAppEng

vm-delete

by RHEcosystemAppEng

Permanently delete virtual machines and their associated resources from OpenShift Virtualization. Use this skill when users request: - "Delete VM [name]" - "Remove virtual machine [name]" - "Destroy VM [name]" - "Clean up VM [name]" This skill handles permanent VM deletion with strict safety confirmations and typed verification. NOT for power management (use vm-lifecycle-manager to stop VMs).

Agents 33 3mo ago
Dicklesworthstone

apollo-local-dev-loop

by Dicklesworthstone

Configure Apollo.io local development workflow. Use when setting up development environment, testing API calls locally, or establishing team development practices. Trigger with phrases like "apollo local dev", "apollo development setup", "apollo dev environment", "apollo testing locally".

API Dev 1.1K 4mo ago
woocommerce

woocommerce-dev-cycle

by woocommerce

Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.

Agents 10.3K 4mo ago
woocommerce

woocommerce-code-review

by woocommerce

Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.

Code Review 10.3K 6mo ago