测试

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

显示 625-648 / 共 5887 个技能
dotnet

test-analysis-extensions

dotnet

Provides file paths to language-specific reference files for the test ANALYSIS skills (assertion-quality, test-anti-patterns, test-gap-analysis, test-smell-detection, test-tagging). Call this skill to discover available extension files (e.g., dotnet.md for .NET/MSTest/xUnit/NUnit/TUnit, python.md for pytest/unittest, typescript.md for Jest/Vitest/Mocha, java.md for JUnit/TestNG, etc.). Do not use directly — invoked by the test-quality-auditor agent and polyglot analysis skills that need framework-specific lookup tables (test markers, assertion APIs, skip annotations, sleep patterns, mystery guest indicators, integration markers, setup/teardown, tag-support capability).

测试 5256 2个月前
dotnet

test-tagging

dotnet

"Analyzes test suites in any language and tags each test with standardized traits (positive, negative, critical-path, boundary, smoke, regression, integration, performance, security). Use when the user wants to categorize, audit, or label tests with traits. Works across .NET (MSTest/xUnit/NUnit/TUnit), Python (pytest), TS/JS (Jest/Vitest), Java, Go, Ruby, Rust, Swift, Kotlin, PowerShell, and C++ — auto-editing when the framework has canonical tag syntax, otherwise report-only. Do not use for writing new tests, running tests, or migrating frameworks."

代码评审 5256 2个月前
dotnet

code-testing-agent

dotnet

Generate or add unit tests for existing code, from one function to a project-wide suite. ALWAYS USE for "write/add/generate tests", "cover this untested method", scaffolding tests where none exist, or comprehensive suites. Polyglot; supports classic packages.config MSTest, sparse workspaces, and proportional focused work. DO NOT USE for only running/diagnosing tests, coverage/audits, or correcting supplied MSTest assertions, attributes, lifecycle, or configuration without designing new cases (writing-mstest-tests).

代码生成 5256 14天前
dotnet

assertion-quality

dotnet

"Produce an assertion-quality report or metrics for existing tests. ALWAYS USE when asked whether assertions are weak, shallow, trivial, always true, self-referential, or diverse; which tests are assertion-free or use only presence/truthiness checks; or for depth/variety metrics. Polyglot. DO NOT USE for direct fixes: use writing-mstest-tests for supplied MSTest assertions, or code-testing-agent when new cases must be designed. Do not use for mutation reasoning (test-gap-analysis) or a general severity-ranked audit (test-anti-patterns)."

代码评审 5256 14天前
dotnet

filter-syntax

dotnet

"Reference data for test filter syntax across all platform and framework combinations: VSTest --filter expressions, MTP filters for MSTest/NUnit/xUnit v3/TUnit, and VSTest-to-MTP filter translation. DO NOT USE directly — loaded by run-tests, mtp-hot-reload, and migrate-vstest-to-mtp when they need filter syntax."

国际化 5256 2个月前
dotnet

microbenchmarking

dotnet

Activate this skill when BenchmarkDotNet (BDN) is involved in the task — creating, running, configuring, or reviewing BDN benchmarks. Also activate when microbenchmarking .NET code would be useful and BenchmarkDotNet is the likely tool. Consider activating when answering a .NET performance question requires measurement and BenchmarkDotNet may be needed. Covers microbenchmark design, BDN configuration and project setup, how to run BDN microbenchmarks efficiently and effectively, and using BDN for side-by-side performance comparisons. Do NOT use for profiling/tracing .NET code (dotnet-trace, PerfView), production telemetry, or load/stress testing (Crank, k6).

性能 5256 4个月前
EpicenterHQ

testing

EpicenterHQ

Test file conventions for setup functions, factory patterns, test organization, type testing, and naming. Use when writing or modifying *.test.ts files, creating test setup functions, or reviewing test structure.

文档生成 4771 6个月前
HoangNguyen0403

Components

HoangNguyen0403

Standards for Standalone Components, Signals inputs, and Control Flow.

代码生成 548 7个月前
HoangNguyen0403

Android Testing

HoangNguyen0403

Standards for Unit Tests, UI Tests (Compose), and Hilt Integration

Docker 548 7个月前
HoangNguyen0403

Android Legacy State

HoangNguyen0403

Standards for State integration with Views using Coroutines and Lifecycle

代码生成 548 7个月前
HoangNguyen0403

Android Background Work

HoangNguyen0403

Standards for WorkManager and Background Processing

代码生成 548 7个月前
HoangNguyen0403

Testing

HoangNguyen0403

Standards for Component Test Harnesses and TestBed.

代码生成 548 7个月前
Yeachan-Heo

tdd

Yeachan-Heo

Test-Driven Development enforcement skill - write tests first, always

重构 3.9万 6个月前
Yeachan-Heo

ralph

Yeachan-Heo

Self-referential loop until task completion with architect verification

智能体 3.9万 6个月前
Yeachan-Heo

configure-notifications

Yeachan-Heo

Configure notification integrations (Telegram, Discord, Slack) via natural language

认证鉴权 3.9万 6个月前
Yeachan-Heo

ultrapilot

Yeachan-Heo

Parallel autopilot with file ownership partitioning

数据处理 3.9万 6个月前
Yeachan-Heo

ultraqa

Yeachan-Heo

QA cycling workflow - test, verify, fix, repeat until goal met

代码评审 3.9万 7个月前
antinomyhq

resolve-conflicts

antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.

文件操作 7505 9个月前
antinomyhq

create-pr-description

antinomyhq

Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it matters, and how to test it.

代码生成 7505 7个月前
PrefectHQ

testing-python

PrefectHQ

Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.

文件操作 2.7万 7个月前
DaveSkender

testing-standards

DaveSkender

Testing conventions for Stock Indicators. Use for test naming (MethodName_StateUnderTest_ExpectedBehavior), FluentAssertions patterns, precision requirements, and test base class selection.

数据处理 1233 6个月前
gfx-rs

cts-triage

gfx-rs

Run CTS test suites and investigate failures

调试 1.8万 8个月前
gfx-rs

webgpu-specs

gfx-rs

Download WebGPU and WGSL specifications for use as a reference

文件操作 1.8万 8个月前
elie222

write-tests

elie222

Write focused unit tests for backend and utility logic

调试 1.2万 6个月前