Testing

Unit tests, integration tests, test automation

Showing 49-72 of 5885 skills
openai

remote-tests

by openai

Testing against remote executors in integration tests.

CLI Tools 118.9K 2mo ago
openai

integration-tests

by openai

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.

Automation 3.7K 7mo ago
openai

examples-auto-run

by openai

Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.

Automation 3.7K 7mo ago
affaan-m

ai-first-engineering

by affaan-m

Engineering operating model for teams where AI agents generate a large share of implementation output.

API Dev 243.5K 6mo ago
PostHog

maintaining-python-tests

by PostHog

Maintains existing pytest and Django test suites without weakening correctness. Use when asked to reduce Python test runtime or CI work, investigate slow pytest families, remove stale migration tests, consolidate repeated setup, improve Python test ownership, or measure whether a test optimization worked after merge. Ranks work by measured cost, applies the writing-tests value gate to existing coverage, preserves distinct behavior cases, validates isolation after shared-fixture changes, and separates testcase work from pytest-suite wall time. For an intermittent failure, use fixing-flaky-tests instead.

Database 39.6K 11d ago
manaflow-ai

cmux-testing

by manaflow-ai

"cmux testing rules for Swift Testing, test target compilation, test wiring, and package/refactor validation. Use when adding or changing tests, touching package/refactor code, or deciding whether reload.sh is enough validation."

Testing 26.8K 1mo ago
manaflow-ai

cmux-billing

by manaflow-ai

"Stripe checkout, pricing, subscription, Pro plan, webhook, and entitlement runbook for cmux billing work. Use when editing or debugging billing, pricing, Stripe Checkout, subscription recording, Pro plan status, webhooks, entitlement metadata, or pricing dev/prod tooling."

Analytics 26.8K 2d ago
n8n-io

n8n:reproduce-bug

by n8n-io

Reproduce a bug from a Linear ticket with a failing test. Expects the full ticket context (title, description, comments) to be provided as input.

Debugging 203.2K 1mo ago
langfuse

refactor-react-effects

by langfuse

Refactor avoidable React useEffect usage in Langfuse frontend code. Use when adding, reviewing, or removing effects; initializing forms or local UI state from query data; synchronizing client and server state; moving mutations or async workflows out of components; cleaning every effect from a frontend submodule; or reviewing whether an effect has a valid external-system owner.

Testing 33.9K 1mo ago
langfuse

sentry-instrumentation

by langfuse

Decide whether and how errors report to Sentry. Use when touching capture or error-handling paths in web/**, triaging Sentry noise, or changing Sentry settings.

Code Review 33.9K 17d ago
langfuse

code-review

by langfuse

Review Langfuse code changes for correctness, regressions, and best practices.

Code Review 33.9K 10d ago
open-metadata

verification

by open-metadata

Use before claiming any task is complete. Requires running actual verification commands and showing evidence — no "should work" claims without proof.

Code Review 15.1K 4mo ago
open-metadata

planning

by open-metadata

Use when starting a non-trivial feature, refactor, or multi-file change. Forces structured design thinking before writing any code - brainstorm approaches, get approval, then create a step-by-step implementation plan.

Database 15.1K 4mo ago
open-metadata

test-enforcement

by open-metadata

Use after implementing any feature or fix to ensure comprehensive test coverage. Enforces 90% line coverage in openmetadata-service, integration tests for all API endpoints in openmetadata-integration-tests, and Playwright E2E tests for UI changes.

Testing 15.1K 5mo ago
open-metadata

tdd

by open-metadata

Use when implementing new features or fixing bugs to enforce test-driven development. Guides the RED-GREEN-REFACTOR cycle for Java (JUnit), Python (pytest), and TypeScript (Jest/Playwright) in OpenMetadata.

Testing 15.1K 4mo ago
open-metadata

systematic-debugging

by open-metadata

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

Debugging 15.1K 5mo ago
open-metadata

playwright-validation

by open-metadata

Use when validating UI changes in a branch require Playwright E2E testing. Reviews branch changes, validates UI with Playwright MCP, and adds missing test cases.

Code Review 15.1K 10d ago
open-metadata

openmetadata-workflow

by open-metadata

Meta-skill loaded at session start. Directs Claude to check for applicable OpenMetadata skills before starting any task. Ensures structured workflows are followed.

Code Review 15.1K 16d ago
open-metadata

pr-checklist

by open-metadata

Use when opening or finalizing a GitHub PR for OpenMetadata. Walks through the repo PR template — linked issue, high-level design (for big PRs), unit/integration/Playwright tests + coverage, UI screen recording, and manual test steps — then drafts a fully-filled PR body and (optionally) creates the PR.

Code Gen 15.1K 4mo ago
open-metadata

playwright-test

by open-metadata

Generate robust, zero-flakiness Playwright E2E tests following OpenMetadata patterns. Creates comprehensive test files with proper waits, API validation, multi-role permissions, and complete entity lifecycle management.

Code Gen 15.1K 10d ago
open-metadata

code-review

by open-metadata

Use to review code changes with a two-stage process - first checking spec/requirements compliance, then code quality. Works on staged changes, branches, or PRs.

Comments 15.1K 1mo ago
open-metadata

connector-review

by open-metadata

Review an OpenMetadata connector against golden standards. Runs multi-agent analysis covering architecture, code quality, type safety, testing, and performance. When a PR number is given, automatically posts the quality summary to the PR description and a detailed review as a PR comment.

Agents 15.1K 4mo ago
mastra-ai

testing-mastracode-tui

by mastra-ai

Testing mastracode TUI features interactively in Konsole. Covers model configuration, thread lifecycle, task state isolation, and common blockers.

CLI Tools 27.7K 4mo ago
mastra-ai

testing-core-processors

by mastra-ai

Use when writing or debugging integration tests for error processors in packages/core/src/processors/. Covers the MockLanguageModelV2 pattern for simulating API errors and verifying retry behavior, plus the build prerequisites for focused vitest runs.

Code Gen 27.7K 26d ago