测试

单元测试、集成测试与测试自动化

显示 49-72 / 共 5885 个技能
openai

remote-tests

openai

Testing against remote executors in integration tests.

CLI 工具 11.9万 2个月前
openai

integration-tests

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.

自动化 3705 7个月前
openai

examples-auto-run

openai

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

自动化 3705 7个月前
affaan-m

ai-first-engineering

affaan-m

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

API 开发 24.4万 6个月前
PostHog

maintaining-python-tests

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.

数据库 4万 11天前
manaflow-ai

cmux-testing

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."

测试 2.7万 1个月前
manaflow-ai

cmux-billing

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."

分析 2.7万 2天前
n8n-io

n8n:reproduce-bug

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.

调试 20.3万 1个月前
langfuse

refactor-react-effects

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.

测试 3.4万 1个月前
langfuse

sentry-instrumentation

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.

代码评审 3.4万 17天前
langfuse

code-review

langfuse

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

代码评审 3.4万 11天前
open-metadata

verification

open-metadata

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

代码评审 1.5万 4个月前
open-metadata

planning

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.

数据库 1.5万 4个月前
open-metadata

test-enforcement

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.

测试 1.5万 5个月前
open-metadata

tdd

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.

测试 1.5万 4个月前
open-metadata

systematic-debugging

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.

调试 1.5万 5个月前
open-metadata

playwright-validation

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.

代码评审 1.5万 10天前
open-metadata

openmetadata-workflow

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.

代码评审 1.5万 16天前
open-metadata

pr-checklist

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.

代码生成 1.5万 4个月前
open-metadata

playwright-test

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.

代码生成 1.5万 10天前
open-metadata

code-review

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.

注释 1.5万 1个月前
open-metadata

connector-review

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.

智能体 1.5万 4个月前
mastra-ai

testing-mastracode-tui

mastra-ai

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

CLI 工具 2.8万 4个月前
mastra-ai

testing-core-processors

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.

代码生成 2.8万 26天前